Search⌘ K
AI Features

Project: Workout Volume Tracker

Learn to create a workout volume tracker program in C++. Explore using menus, loops, conditionals, and input handling to track muscle group exercises and provide volume feedback repeatedly until the user exits.

We'll cover the following...

Project

Create a workout volume tracker that runs continuously.

Let the user choose a muscle group, log how many days and sets they trained it, and give volume feedback. ...