question archive write a program in javascript to find out the grades

write a program in javascript to find out the grades

Subject:Computer SciencePrice:2.87 Bought7

write a program in javascript to find out the grades.?

The MarkToGrad function scrapes the student mark out of the mark-input-box element and verifies it is realistic. ? A Mark must be number only, nonnegative, and less than 101. ? If an invalid mark is entered, it displays a message back to the user in the .validation-message element. ? Messages should be informative... return as many different messages as you can to guide the user what kind of erroneous value has entered ? If the user entered any value above 90 Grade A should be displayed as a result ? If user entered any value above 80 Grade B should be displayed ? If user entered any value above 70 Grade C should be displayed ? If user entered any value above 50 Grade D should be displayed ? If user entered any value less than 50 Grade F should be displayed ? Hint 1: In JavaScript, we can use the global parseInt function to try and convert a string to a number. ? Hint 2: Use exception handling. ? Hint 3: Use HTML and JavaScript

Option 1

Low Cost Option
Download this past answer in few clicks

2.87 USD

PURCHASE SOLUTION

Option 2

Custom new solution created by our subject matter experts

GET A QUOTE

rated 5 stars

Purchased 7 times

Completion Status 100%

Related Questions