Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In this project assignment, you'll make this application display a prompt dialog box like the one below that gets a dfgrrdnumber grade from 0 through

In this project assignment, you'll make this application display a prompt dialog box like the one below that gets a dfgrrdnumber grade from 0 through 100 :
This page says
Enter number grade from 0 through 100
Or enter 999 to end entries
Then, it should display on the page letter grades for the numbers the user entered:
Show letter grade
Grade 80=B
Grade 99= A
Grade 67=D
To derive the letter grade, you should use this table:
A 88-100
B 80-87
C 68-79
D 60-67
F60
Instructions
Download the following project file: letter grade.html darr
In the script element, add the attribute to link an external JavaScript file named letter_grade.js.
Create the file letter_grade.js and add the JavaScript code for getting the user's entry while the entry amount isn't 999. This should provide for multiple
entries and conversions.
Add the JavaScript code for deriving the letter grade from the table above and displaying it on the page.
If you haven't already done so, add data validation to make sure the entry is a valid number from 0 through 100. If the entry is invalid, the application
should just display the starting prompt dialog box. It doesn't need to display a special error message.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Intelligent Databases Object Oriented Deductive Hypermedia Technologies

Authors: Kamran Parsaye, Mark Chignell, Setrag Khoshafian, Harry Wong

1st Edition

0471503452, 978-0471503453

More Books

Students also viewed these Databases questions

Question

For what kinds of funding situations are Federal funds best suited?

Answered: 1 week ago

Question

=+What kind of product or service would work in these locations?

Answered: 1 week ago

Question

Have roles been defined and assigned?

Answered: 1 week ago