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.
11 Réponses
+ 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.
+ 1
give us a sample of your program
+ 1
so what? at first who said am a girl?
mind your own business dude
+ 1
what u said u are not a girl Zikiamin???
+ 1
man stop asking me stupid quizes...if you want to date go look for a dating site
0
so ask us how to fix your errors.
0
you came here to learn...not to date so go for the business that brought you here
0
wouldn't be interested
- 1
please help me code that
- 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.
- 2
I have tried it more than 3 times and each turn I get errors...