...

/

Challenge: Write Code Using Select that Times Out

Challenge: Write Code Using Select that Times Out

Learn to create a timeout by writing code that uses the select pattern.

We'll cover the following...

Problem statement

Write a quiz that will time out after a time limit determined by you. The quiz will read the questions and answers from the CSV file. After the timer ends, the quiz should display the number of correct answers out of the total number ...