Hello
i want to make following progamme in c language:
Make a program that asks questions and selects the level of difficulty of the next question
depending on the answer to the previous one. The quiz will start at a random difficulty
level and if the person giving the test answers correctly the next question will be more difficult and if answer is wrong the next question would be easier. That is the test would adjust level of difficulty based on the responses. After a fixed number of questions the score will be displayed.
Please send me code of above program
I will be very thankful to you
- Follow via:
- RSS
- Email Alert
Question
0
Votes
Answers (1)
0
Votes
How about this . . .
Figure out your own algorithm and code it instead of asking people on the Internet to do it for you. After all, you're taking the class to learn computer programming not how to get other people to do your work.
I would be glad to help you figure out how to make this work, but I'm not going to write the code for you. Write your own code, if it doesn't work, post the code here for people to comment on. Programming is not just about programming languages. It's about logic, and if you can't learn to figure out the logic on your own, you're going to make a bad programmer one day, and the software you write will make my job a lot more difficult.
I would be glad to help you figure out how to make this work, but I'm not going to write the code for you. Write your own code, if it doesn't work, post the code here for people to comment on. Programming is not just about programming languages. It's about logic, and if you can't learn to figure out the logic on your own, you're going to make a bad programmer one day, and the software you write will make my job a lot more difficult.
15th Apr 2008
Replies
they gotta figure out that we do not do homework for them sooner or later.
Jaqui
20th Dec 2008

































