Files
AP-Computer-Principles-Archive/lab/Letter Grade Calculator.docx
2025-10-27 12:26:29 -05:00

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

A screenshot of a calculator AI-generated content may be incorrect.

A screenshot of a computer AI-generated content may be incorrect.