Program 1: GPA Calculator

Program 1 Overview Video

Logistics

In order to complete this lab, you will need to understand

Background Information

Assignment

Assumptions

Required Output

When your program is run, it should look exactly like this example output

Helpful Examples

Required Python Comment

Place a Python comment at the top of your Python solution that is formatted as follows

# -----------------------------------------+
# Your name                                |  <-- e.g. Reese Pearsall
# CSCI 127, Program 1                      |
# Last Updated: Month Day, Year            |  <-- e.g. May 5, 2021
# -----------------------------------------|
# A brief description of the assignment.   |  <-- can be more than 1 line 
# -----------------------------------------+

Grading - 100 points