For loop and abs function

Solution
This should cover it.

C++:
Program Start:
  Loop 10 times
    Get number from keyboard
    Convert to positive number
    Add to running total
  End Loop
  Display total
Program End

USAFRet

Illustrious
Moderator


So what have you done so far?
Post your current code, and we can (maybe) tell you which line is incorrect.

But we're not going to do it for you.