GithubHelp home page GithubHelp logo

metzner_csci2270_finalproject's Introduction

Metzner_CSCI2270_FinalProject

Final Project: Universal Grade Calculator

Project Summary This a Universal Grade Calculator. You can calculate your current or final grade, print your grades, find out your strength and weakness in the class, minimum grade on final to pass the class, and change any grades you just entered thus far...(adding grades coming soon). Nothing high tech here, it's a linked list of arrays in which you manually enter in you class grades to calculate your current grade since D2L doesn't do it for you (WHY??). When entering the number of grades in a section, make sure you only alot enough space in the array for grades you've actually earned, if you've earned 5 grades then alot 5 slots in the array. When it asks for a number only enter a number since it uses cin>>. Always include the final in the count of your finals even if you haven't taken it, the program accounts for it.

How to run: Compile and run the program using code-blocks. A terminal will open with a list of options to choose from. Otherwise compile the files together with a way that works for you.

Dependencies The only libraries inluded are iostream and istream(getline). So if your compiler can't handle that, I'm sorry.

System Requirements

My program was built and run on Linux (Spring'16 Ubuntunu VM virtualbox).

Group Members None

Contributors Parker

Open issues/bugs Bugs: If it's asking for a number and you accidentally hit a letter, congrats you broke the program (I used cin>> instead of getline because I hate converting strings).

Adding on: I didn't have time to create a function to add new grades to a section... but then again what's the point if you can't 'save' your class to the computer which was my plan initially using s11n or write out to a file, then read it in when you want to 'load' a class. I would like the minimum grade to pass also be minimum grade needed for an A, B, C...etc. Also some classes drop the lowest score or three in a particular section, I would like to add that capability eventually.

metzner_csci2270_finalproject's People

Contributors

findingrellik avatar gerstled avatar arbogastz avatar

Stargazers

 avatar

Watchers

James Cloos avatar  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.