https://github.com/awass04/twenty-questions
A program designed to ask the user 20 simple random math problems and then at the end inform the user which of their answers were correct.
https://github.com/awass04/twenty-questions
addition inheritance math question-answering simple-project subtraction
Last synced: 2 months ago
JSON representation
A program designed to ask the user 20 simple random math problems and then at the end inform the user which of their answers were correct.
- Host: GitHub
- URL: https://github.com/awass04/twenty-questions
- Owner: AWass04
- Created: 2024-10-16T22:10:06.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-01-22T12:10:10.000Z (4 months ago)
- Last Synced: 2025-01-22T13:26:22.869Z (4 months ago)
- Topics: addition, inheritance, math, question-answering, simple-project, subtraction
- Language: C++
- Homepage:
- Size: 14.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twenty-Questions
I have created a program that will prompt the user to asnwer 20 random addition or subtraction questions. At the end, the user will be shown how many questions they got correct and show any wrong answers given with the correct answer beside it.
# Language Used
C++