106 KiB
106 KiB
AP Computer Science Principles
Lab: Letter Grade Calculator
Objective
The objective of this lab is to demonstrate knowledge about writing JavaScript program which interact with the user through an HTML file
Resources
Make sure you download examples Java Script Code Examples1
Files Needed
GradeCalculator.js
GradeCalculator.html
Styles.css
Input
Name, numeric grade, and button click.
Problem
Write a JavaScript program that prompts the user for their name and numeric grade. Then, your program allows the user to click a button named Get My Letter Grade. Your program will display the corresponding letter grade of the numeric grade entered.
See two Run example below

