Computer Science – 11.1 Programming Basics | e-Consult
11.1 Programming Basics (1 questions)
Login to see all questions.
Click on a question to view the answer
Pseudo-code:
// Constant to define the maximum number of attempts a user has for a question.
DECLARE MAX_ATTEMPTS AS CONSTANT
MAX_ATTEMPTS = 2