...

/

Solution: Workout Volume Tracker

Solution: Workout Volume Tracker

We'll cover the following...

The main() function is a workout tracker that lets the user select a muscle group, enter how many days they trained it during the week, log their daily sets, and get feedback on their training volume.

  • Uses a while (true) loop to repeatedly show a workout menu until the user chooses to exit. ...