Analele Universităţii "Constantin Brâncuşi" din Târgu Jiu: Seria Inginerie (Sep 2019)
CREATE A TIMED MATH QUIZ IN VISUAL C#
Abstract
This paper build a quiz in which the quiz taker must answer four random arithmetic problems within a specified time. In this application we explain how to: trigger events to occur at a specific time by using a timer control, control program flow by using if else statements, perform basic arithmetic operations in code.