Question: Java Language Program Assume calories is already declared as an integer. Code a fall-through switch statement by dividing calories by 100 in the controlling expression
Java Language Program
- Assume calories is already declared as an integer. Code a fall-through switch statement by dividing calories by 100 in the controlling expression of the switch header, so the following messages print:
When calories are 1200 through 1800: Diet is on target.
When calories are 2000 through 2550: Calorie intake ok if active.
When calories are any other value: Calorie intake is either insufficient or too much!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
