Question: Using Python: Problem: Write a menu-based program to allow the dietician to input clients and their information. The menu should allow the dietician to enter
Using Python:
Problem: Write a menu-based program to allow the dietician to input clients and their information. The menu should allow the dietician to enter client first and last name, body type, weight, height, age, and level of activity as described in the problem background select a client o determine daily calorie, fat calories, and fat grams needed o choose a menu for breakfast, lunch, and dinner from a list of foods as in the problem background (you may add more to the list if desired) giving total daily food and fat calories o recommend a reduced calorie intake if the client wishes to lose weight of 10% less calories than the daily calorie need; the reduced fat calories and grams should be given as well exit the program The program should read in the existing clients and their information (first and last name, body type, weight, height, age, and level of activity) from a file when the program starts and before displaying the menu. The program should also write out the updated clients and information to a file upon exiting. For an extra challenge, allow the dietician to edit clients and their information or delete clients along with the clients information.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
