Activity needed to burn off calories
Write an OO program that helps a personal trainer assessing and planning effective
daily exercise programs for their clients.
a. The program will show a Graphical User Interface (GUI) to store the client’s
information (name, age, sex, weight, height, size, contact information, physical
activity level, etc.)
b. The program will show a GUI to choose the foods already eaten.
i. We can assume one serving per food.
ii. Include only a sample of some common foods.
iii. Organize the foods into categories (beverages, desserts, cereals, snacks,
meat, fruits, vegetables, etc.) Use at least three types.
c. The program will calculate and show the total number of < intake calories.
d. Based on this calculation, the program will provide daily physical activity
recommendations, as shown in Figure 1.
i. We can assume that we already controlled all the variables (client’s
information.)
ii. Include at least three recommendations
3. Create a GUI appropriate for the program.