Ask Question
25 April, 12:49

You are writing a program in jа vascript that asks users to input their grade level. You want to check for errors and give the users an error message if they 1) enter a blank, 2) enter letters instead of numbers, or 3) enter a number greater than 12. What would the pseudocode look like for a function that would check these things?

+3
Answers (1)
  1. 25 April, 13:33
    0
    if user entered null

    display error

    end if

    if user did not enter numbers only

    display error

    end if

    if user entered # > 12

    display error

    end if
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “You are writing a program in jа vascript that asks users to input their grade level. You want to check for errors and give the users ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers