Description
Scenario
You are required to design, implement, test and document a program which will aid monitoring your
periodic progress in the gym. The program shall have a menu system consisting of:
1. Sign in
2. Sign up
3. Exit
Once logged in successfully (login details are saved in a file), the user shall be directed to the main
menu with the following options to direct the flow of the program.
1. Read previous history (shall be one week data)
2. Enter New (today’s body weight, exercise types and the respective sets and reps to be
saved to a file)
3. Show overall Progress Summary (include reps/sets/body weight/load etc.)
3. Sign out
N.B. If signing in fails, the user shall be prompted to enter details again or register as a new user
using the signup process. All data shall be stored in a file system.
