User profile: llxx

User info
User name:llxx
History
Joined:
Number of posts:13
Latest posts:

Finding the the sum of n amount of cubes
What is the formula for getting 1,296 for inputting 8?

Calculations Not Coming Out Correct
No problem, glad I was able to help.

Calculations Not Coming Out Correct
Here's what I got and it seems to work. [code] while (userContinue == 0) { cout << "Enter the b...

Calculations Not Coming Out Correct
That's unfortunate. Do this: Add doubles beginSum, endSum, and gallonSum. Use this code: [code]...

Calculations Not Coming Out Correct
What if instead of using a while loop, use a for loop and ask the user how many inputs they want to ...