Problem
• Write down syntax for if, else...if & nested if...else statements in java.
• Explain the usage of Switch statement in java.
• What are the benefits of break and continue statements? Explain with example.
• What is for...each loop in java? Explain with example.