C#C
C#9mo ago
Elix

Need help with assignment

Hi, I’m working on a C# assignment for my course (Designing and Developing Object-Oriented Computer Programs) and I’m honestly a bit lost. I’m still very new to C# and programming in general, so I was hoping to get some guidance on how to approach it.

Here’s what the assignment is about:

Calories Tracker App
Build a simple console app where the user can enter food items they eat along with the calories. The app should keep track of everything entered and show a list of items + total calories. We’re supposed to use basic OOP stuff like classes, objects, and methods.

I haven’t written much code yet because I’m not really sure where to begin, how to structure it, what classes I might need, that kind of thing. Any advice or direction would really help. Thanks a lot in advance!
Was this page helpful?