Skip to content

v1 Submission#677

Open
samphillips997 wants to merge 5 commits intoTheCSharpAcademy:mainfrom
samphillips997:main
Open

v1 Submission#677
samphillips997 wants to merge 5 commits intoTheCSharpAcademy:mainfrom
samphillips997:main

Conversation

@samphillips997
Copy link
Copy Markdown

Just finished my first version of the math game!

Copy link
Copy Markdown
Owner

@TheCSharpAcademy TheCSharpAcademy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@samphillips997 Hi Sam! Thanks for submitting your project! Right now it needs more work before approving.

  1. At the moment you're not letting the users choose an operation. Let them choose an operation and then run at least 5 questions of that operation.

  2. Don't hard code operations. Use .NET's Random class to generate them randomly.

  3. The app breaks if I answer a question with a string. Don't use Parse, use try parse and a loop to let the users try again. And make sure you show a meaningful validation message:


Image
Could you please fix these before we can approve?

@TheCSharpAcademy TheCSharpAcademy self-assigned this Mar 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants