/*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.
Module 10: Java Operators Part 2 🏷️ Useful Soon 🎯 Teach: Java's relational operators including the == versus = distinction, logical operators with short-circuit evaluation, the ternary operator as a ...