O omtechelectricals Prominent Oct 8, 2017 1 0 510 Oct 8, 2017 #1 Program to input 10 numbers and find their sum after converting each number to its equivalent positive number
Program to input 10 numbers and find their sum after converting each number to its equivalent positive number
Solution D Deleted member 904905 Oct 8, 2017 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
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
randomizer Distinguished Jul 24, 2006 880 0 19,260 Oct 8, 2017 #2 Don't forget error handling! Upvote 0 Downvote
Ralston18 Splendid Moderator Oct 11, 2014 2,397 3 21,815 Oct 8, 2017 #3 Homework? Forum rules prohibit doing homework. Recommend that you post your code to date and explain what problem or problems are occurring. And what you did or tried to solve those problems. Upvote 0 Downvote
Homework? Forum rules prohibit doing homework. Recommend that you post your code to date and explain what problem or problems are occurring. And what you did or tried to solve those problems.
USAFRet Glorious Moderator Mar 16, 2013 7,506 129 45,290 Oct 8, 2017 #4 omtechelectricals : Program to input 10 numbers and find their sum after converting each number to its equivalent positive number 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. Upvote 0 Downvote
omtechelectricals : Program to input 10 numbers and find their sum after converting each number to its equivalent positive number 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.
D Deleted member 904905 Guest Oct 8, 2017 Solution #5 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 Upvote 0 Downvote 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