/*Every line of code that runs in Java must be inside a class. The class name should always start with an uppercase first letter. In our example, we named the class Main. Note: Java is case-sensitive.