IT 116: Introduction to Scripting
Homework 4

Due

Sunday, September 29th at 11:59 PM

What You Need to Do

Setup On Your Machine

Specification

Output

Suggestions


  1. Copy the script grade4.py from Class Notes 7 into the file hw4.py.
    Test this file several times giving it different grade values.
    Fix any errors you find.
  2. Add code for A-.
    Use the >= operator.
    Test the code and fix any errors.
  3. Add code for B+ and B-.
    Use the >= operator.
    Test the code and fix any errors.
  4. Add code for C+ and C-.
    Use the >= operator.
    Test the code and fix any errors.
  5. Add code for D+ and D-.
    Use the >= operator.
    Test the code and fix any errors.

Testing on Your Machine

Copy the Script to Unix

Testing the Script on Unix (Optional)

Copyright © 2022 Glenn Hoffman. All rights reserved. May not be reproduced without permission.