✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
These lines of instruction may contain errors. Assume that all variables have been correctly declared. Find the errors.
Read(n)
try <- 5
Do
Read (val)
Write("You have " + try + " tries left")
try <- try - 2
While (try != 0)