Search:

Type: Posts; User: ber1023

Search: Search took 0.07 seconds.

  1. Replies
    1
    Views
    1,968

    PayCheck class... percision error.. help!

    this is a program where you enter the wage and hours you work and it spits out the amount of money you should be receiving.. i am getting a possible loss of percision error.

    here is my code

    ...
  2. Replies
    3
    Views
    2,910

    Re: GPA calc code... HELP

    thats my whole problem?
  3. Replies
    3
    Views
    2,910

    GPA calc code... HELP

    public class GPA_Calc
    {
    public void addGrade(double x)
    {
    grade += x;
    numtest++;

    if (x >= 90)
    gpagrade += 4;
    else if (80 >= x && x <=89)
Results 1 to 3 of 3