Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Re: Complete beginner (college student) - code not working!!

    When you use a calculator to add up a group of numbers, you keep a running total and don't clear the total after each number is added. The same with a program that is to total some values. You add...
  2. Re: Complete beginner (college student) - code not working!!

    You haven't explained what the problem with the output is.
    If the problem is the 0, its due to integer arithmetic. for example: 6/8= 0
    To get decimal places make one of the operands a double: ...
  3. Re: Complete beginner (college student) - code not working!!

    Please copy and paste here the contents of the command prompt window where you execute the code. It should show the input to the program and what the program prints out.

    On windows: To copy the...
Results 1 to 3 of 3