This video shows the building blocks you use for every Java program you’ll write in this course.
One additional note: The program in this video is in class Example. That means you must save the code in a file named Example.java
For all your programs, the class name and the file name (before the ".java") must match exactly