Can anyone please help me code a program in C++, a maths app that offers a questions then gets answers from the users..... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can anyone please help me code a program in C++, a maths app that offers a questions then gets answers from the users.....

the app should assign a mark for each correct answer and grades the students with regards to total percentage of correct answers. the user should attempt the question as many times as they wishes.

21st Nov 2017, 4:17 AM
Zikiamin Mateo
Zikiamin Mateo - avatar
11 Answers
+ 2
You can do it yourself. Make an array of questions, output them, take answer from users using cin, check whether they are correct using if-else statements & increment a variable to give marks for correct answers.
21st Nov 2017, 4:31 AM
DAB
DAB - avatar
+ 1
give us a sample of your program
27th Nov 2017, 5:36 PM
Reverse
Reverse - avatar
+ 1
so what? at first who said am a girl? mind your own business dude
3rd Dec 2017, 9:53 PM
Zikiamin Mateo
Zikiamin Mateo - avatar
+ 1
what u said u are not a girl Zikiamin???
3rd Dec 2017, 9:56 PM
Reverse
Reverse - avatar
+ 1
man stop asking me stupid quizes...if you want to date go look for a dating site
3rd Dec 2017, 9:58 PM
Zikiamin Mateo
Zikiamin Mateo - avatar
0
so ask us how to fix your errors.
21st Nov 2017, 4:49 AM
John Wells
John Wells - avatar
0
you came here to learn...not to date so go for the business that brought you here
3rd Dec 2017, 9:56 PM
Zikiamin Mateo
Zikiamin Mateo - avatar
0
wouldn't be interested
3rd Dec 2017, 9:58 PM
Reverse
Reverse - avatar
- 1
please help me code that
29th Nov 2017, 6:06 PM
Zikiamin Mateo
Zikiamin Mateo - avatar
- 1
I will gladly help you get your program working, but will not give you the answer. @Dipta gave you a working algorithm. Code that and I (plus plenty of others) will make sure it compiles & runs.
29th Nov 2017, 6:12 PM
John Wells
John Wells - avatar
- 2
I have tried it more than 3 times and each turn I get errors...
21st Nov 2017, 4:34 AM
Zikiamin Mateo
Zikiamin Mateo - avatar