Conditionals Lab

Note

The programs we’ve seen so far do pretty much the same thing every time, regardless of the input. For more complex computations, programs usually react to inputs, check for certain conditions, and generate applicable results. This lab provides practice on Java language features for expressing logic and making decisions.

  • You are to work in pairs (or three if there are an odd number of students in the group, have your TA help find a partner if needed)

To receive full credit, go through the exercises linked to below.

Next Section - 1. Relational Operators