Using pseudocode design a program that displays the


Using pseudocode, design a program that displays the following menu, loop to repeat the menu after the user is done with the selected item.:

Select an item from the fitness menu:

  1. Enter heart rate
  2. Enter weight
  3. Enter number of minutes of activity
  4. End the program

Enter your selection.

If the user selects item 1, the program should display "What is your heart rate?"

If the user selects item 2, the program should display "Enter your weight in pounds(lbs.)."

If the user selects item 3, the program should display "How many minutes did you walk today?"

If the user selects item 4, the program should end.

After using any of the selections, the program should loop to repeat the menu, until the user selects '4' to end the program.

Solution Preview :

Prepared by a verified Expert
Business Management: Using pseudocode design a program that displays the
Reference No:- TGS02772231

Now Priced at $10 (50% Discount)

Recommended (99%)

Rated (4.3/5)