Search:

Type: Posts; User: Norm

Search: Search took 0.26 seconds.

  1. [SOLVED] Re: Simple averaging program using two different classes

    An example: integer math: 4/5 = 0 vs floating math: 4/5.0 = 0.8
  2. [SOLVED] Re: Simple averaging program using two different classes

    How is the average computed? What variable has the total and what variable the count? What variable is assigned the average?

    Is integer math being used: 4/5 = 0 vs floating math: 4/5.0 = 0.8
Results 1 to 2 of 2