Skip to content

Python-Coding-Assignments/Grade-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grade-Calculator-1

Table of Contents
  1. About the Project
  2. Getting Started
  3. Contact

About the Project

The project is a simple Python program that calculates one's grade in a programming class.

The objective of this program is to demonstrate the following:

  • practice writing a short Python program
  • demonstrate knowledge regarding basic selection statements, such as if, elif, and else
  • display knowledge of basic Python arithmetic

This program assumes that the user will enter a valid input each time the program requests the number of points earned for each assignment. The program's output will result in unknown behavior if anything other than an integer or float value is entered by the user. The program also assumes that the user will enter a positive number for each time the program requests the number of points earned. If the user enters a negative number, then the grade could end up being lower than zero percent, which is a problem.

Getting Started

To run the program, download the contents of the project and simply run make in the terminal.

Contact

Name: Garrett Ellis
Project Link: https://github.com/Python-Coding-Assignments/Grade-Calculator/tree/main

About

The project is a simple Python program that calculates one's grade in a programming class.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published