Hi guys im obviously new here, im on a lot of forums for various things and im in my first semester of Java programming so time to join in a java forum! I was wanting to make a little personal program for myself and i hope this is close to the right place to put it! \ Im always trying to find what grades do i need in this class to get an A or whats my minimum for a B etc, so heres kind of what im looking to make the program do,
First i want to input how many grades i have for the class total
then id like to ask for the maximum possible points for each assignment
Then ask how many of the assignments have been done and graded so far
then ask for the amount of points i got on each of the graded ones
then id like it to do one of two things, either list out what minimum grades i need for each letter grade A, B, C D F OR ask what letter grade i want to see my minimums for! Id like to print an error if lets say i cant make an A and i want to see the grades for an A then i want it to say already to low and repeat asking me what grade id like to get
id also like it to do this in joptionpane and be able to run it as an japplet!
Basically im curious if maybe someone has seen one like this out there or has done programs similar to this that wouldnt mind sharing with me! or a base program that i could work on from there or something, or of course i know some people who can throw code down like no other haha i however understand the basics of how they work and like running htem and using them and im better at working on them after ive seen something similar done i guess!
ive posted code below for my starting out!
Thanks!!