In this series of four tutorials, you'll build a math quiz. The quiz contains four random math problems that a quiz taker tries to answer within a specified time. This tutorial shows you how to ...
In this tutorial, you build a quiz in which the quiz taker must answer four random arithmetic problems within a specified time. You learn how to: Generate random numbers by using the Random class.