After using any of the selections the program should loop


Would anyone be able to help me with this? I'm trying to learn/teach coding myself and I wanted to see how my answer to this compares to a correct answer. This is the example problem that I wanted tried coding.

Using pseudocode, design a program that displays the following menu, and create 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: After using any of the selections the program should loop
Reference No:- TGS02877315

Now Priced at $10 (50% Discount)

Recommended (93%)

Rated (4.5/5)