Module 1 Checkpoint

Teacher-led. Before starting, make sure every student has imported their Module 0 Java Project into Eclipse. Check that all programs are closed but students have selected the default package in the Eclipse Package Explorer.

Instruct students to do the following - check student screens to monitor understanding.

Help students who are stuck, but note lack of mastery.

1.  Create an integer variable and initialize it to a random number between 0-4.

2.  Use a switch statement to print a different response based on the value of the integer created in step 1.