Sol
Need help with assignment
so I have this C# assignment where I need to make a console app that tracks calories. Basically, it’s like the user can enter foods they ate (with calories) or exercises they did (and how many calories they burned)....I’m supposed to use object oriented programming like making classes for food and exercise. Maybe even a user class too, with their name and calorie goal. In the program, it should ask the user for their name and how many calories they want to stick to. Then there’s supposed to be a menu where they can add food, add exercise, or view a summary of their total calories. I need to use stuff like loops, if statements, lists or arrays to store the data, and also make sure I’m using properties and methods in the classes. I’m trying to keep it basic and beginner friendly, not too polished, just enough so I can explain it in class without it looking too professional
47 replies