Ask your own question, for FREE!
Computer Science 9 Online
OpenStudy (anonymous):

How can I put time limits in having an input like for instance I want to make a quiz until the user gets 10 wrong answers. In getting a wrong answer the user could have put a wrong answer or the user did not put any answer at all. How to put time limit?

OpenStudy (anonymous):

In which programming language do you want to code?

OpenStudy (pradius):

with a condition statements you can do that. If ( wrong_answers >= 10){ // write the code to stop the test} else { continue the test}

OpenStudy (anonymous):

Im using Bloodshed Dev C++

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!