Giter VIP home page Giter VIP logo

gpacalulator's Introduction

GPA Calculator

Overview

This GPA Calculator is a simple Java console application designed to help students calculate their Grade Point Average (GPA) based on their course information. Users can input details for each course, including the course code, units, and score, and the application will calculate and display the GPA.

Features

  • Input Validation: Ensures that user inputs are valid for course codes, units, and scores.
  • Grade Calculation: Utilizes a predefined grade scale to calculate the grade points for each course.
  • Modular Design: Separates the concerns of input handling, grade calculation, and GPA computation for code organization.

Getting Started

Prerequisites

  • Java Development Kit (JDK) installed on your machine.
  • Git installed for version control.

Running the Application

  1. Clone the repository to your local machine.
  2. Navigate to the project directory.
  3. Compile the Java files:
     javac com/gpacalculator/main/GpaCalculator.java
  4. Run the application:
     java com.gpacalculator.main.GpaCalculator
  5. Follow the on-screen prompts to input course details and calculate your GPA.

Usage

  • Enter the number of courses you want to calculate the GPA for.
  • For each course, input the course code, units, and score as prompted.
  • The application will display the course details and grades in a formatted table.
  • The final GPA will be calculated and displayed to the user.

gpacalulator's People

Contributors

rashotech avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.