• Users
  • MathematicsFanatic

User profile: MathematicsFanatic

User info
User name:MathematicsFanatic
History
Joined:
Number of posts:18
Latest posts:

Infinite Loop
Here we go! The reasons why the program wasn't working are as follows. First, when we declare that n...

Infinite Loop
Your for loop to calculate sum does not even run, try changing val >= 21.0 to val <= 21.0. :D

Infinite Loop
Can you post the entire code please so we can see what your program is trying to do?

Infinite Loop
Well we didn't see that earlier did we? :D May I suggest doing something like int num1 and float nu...

What is causing this code to run slowly?
Currently, my rotate function takes a value and rotates the digits around. Let's say I want to rotat...