++ Increment Increases the value of a variable by 1 ++x -- Decrement Decreases the value of a variable by 1 --x ...
/*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.