Search:

Type: Posts; User: Stinger25

Search: Search took 0.08 seconds.

  1. Replies
    1
    Views
    1,215

    Converting this into GUI?

    Okay so im not completely done with this program, but i want to get it working in GUI and then applet before i move on in it, its a grading program that then spits out grades needed for an A for now,...
  2. Replies
    25
    Views
    2,477

    Re: Fixing this grade finder program?

    Well i have the formulas for like i said the remaining grades, and remaining points!

    lets say there are 4 assignments, done two 25 each and got 25 on each the last 2 are worth 25 each as well, ...
  3. Replies
    25
    Views
    2,477

    Re: Fixing this grade finder program?

    Well yeah, thats where im a little stumped i mean i have a formula to find how many grades are left, and how many points are left, but thats where im at i know the next thing i need to do is somehow...
  4. Replies
    25
    Views
    2,477

    Re: Fixing this grade finder program?

    Sure, ill try and make it a little clearer basically after the input of the grades, i want it to then output saying what i need on the final grade and or grades at a minimum for each letter grade! ...
  5. Replies
    25
    Views
    2,477

    Re: Fixing this grade finder program?

    I actually got it working last night, i wasnt putting the counter in the places it needed to be! so here is my code working perfect up till this point, now just to figure out how to approach the next...
  6. Replies
    25
    Views
    2,477

    Re: Fixing this grade finder program?

    alright thanks man! just messed up again tried different numbers and its still adding them up all weird.
  7. Replies
    25
    Views
    2,477

    Re: Fixing this grade finder program?

    Okay idk why it would do it but by changing counter =0 to =1 its doing it right now. So now on to the next task, im assuming my best bet is to set a second array the same way for the second loop...
  8. Replies
    25
    Views
    2,477

    Re: Fixing this grade finder program?

    its doing everything like i want its setting the first array number to 0 then from there on out is right, its just adding them up very very weirdly?
  9. Replies
    25
    Views
    2,477

    Re: Fixing this grade finder program?

    that was my bad on the loop i know for loops lol i just was taking something out of the book and left some stuff out, okay here is my first bit of code as of yet, when i run it and say i do 5...
  10. Replies
    25
    Views
    2,477

    Re: Fixing this grade finder program?

    haha okay so as im understanding this which isnt very well this is the bit of code i have come up with


    for (grade < grades.length; grade++ )
    totalPoints += grades [grade ];

    But putting...
  11. Replies
    25
    Views
    2,477

    Re: Fixing this grade finder program?

    Well true, yes it doesnt have any errors, (using eclipse) but im not sure what i need to change up in that first loop to have it set the array to each of the numbers that i put in?
  12. Replies
    25
    Views
    2,477

    Re: Fixing this grade finder program?

    So i know i would have to declare the array, then for length i would have to set it = the first integer input which is how many grades are there, How would i set the array then to be the numbers...
  13. Replies
    25
    Views
    2,477

    Re: Fixing this grade finder program?

    I had thought about arrays, but we never went to in depth in them besides literally just making one, and not sure what a loop scan is? sorry for my noobness! ill check the book see if i can...
  14. Replies
    25
    Views
    2,477

    Fixing this grade finder program?

    Okay im creating a program for my beginning programming class, and its one we get to make for personal use as well, so mine is a grade program!

    In the loops i cant figure out how i can make it...
  15. Re: Creating a java program to calculate what grades i need?

    lol okay so maybe you might have caught me...... in my defense he told us to make a personal program that we would use haha so i have started working on it, and for my first part that im a little...
  16. Creating a java program to calculate what grades i need?

    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...
Results 1 to 16 of 16