Ask 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 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?

+1
Answers (1)
  1. 14 March, 12:41
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers