泣きたいですか
✅ Need help with storing data and that it can be using with a C# .NET 7 console application
well, I am trying to make a console application that is like a library that stores all of your read books.
It asks the user 2 questions
1. Would you like to add a new entry into the library?
2. Would you like to see the list of the books that you have read?
If 1 is selected, then the application asks 3 more questions.
1. Title of the book
2. Author of the book
3. Year of the book
After answering all questions, it says "Successfully added new entry into the library."
If 2 is selected, then it displays all the books with all information in an organized list (alphabetically is optional) and preferably for it to have a list like this:
1. book 1
2. book 2
3. book 3
14 replies