Java Project: Delivered
Piece together all the components to produce the final application.
We'll cover the following...
We'll cover the following...
Review of the chapter
In this chapter, we covered the following:
The comparison operators can be used to compare values (compare
userAnswertocorrectAnswerfor equality, in our case).The
if,else-if, andelsestatements perform an action only when certain condition(s) are met.The
whileloop can bring significant convenience when performing repetitive tasks.