|
Fill the blank so that weight is tested in two ways:
A good answer might be:
|
A Run of the ProgramThe boxer must be heavy enough ( weight >= 136 ), and at the same time not too heavy (weight <= 147) . The results of the two tests are combined with the and-operator, &&. Here is a live version of the program: |
QUESTION 9:What will the monitor screen look like when the boxer's weight is 140? Click Here after you have answered the question |