Prog 731 Java Topic 2 (Operators and Control Structures)
Prog 731 Java Topic 2 (Operators and Control Structures)
HYBRID LEARNING
• Increment operator: ++
‒ Increase value of operand by 1
• Decrement operator: --
‒ Decrease value of operand by 1
• Principal forms:
• Examples of if statements: