User: Scott7975

  • Public profile

User profile: Scott7975

User info
User name:Scott7975
History
Joined:
Number of posts:15
Latest posts:

Formulas?
What do you mean you switch main to float? Leave main int. Put above main: const float retroPercen...

Formulas?
const is something you use to declare a value that will never change. It is usually put above main ...

noob help
[code]int a = 10; float b = 20.0; char c = 'C'; [/code] You also need to initialize the values to s...

Currency conversions
What are you asking? Do you need the calculations? If so the calculations are provided in the ques...

Else If problem
If there is more then one statement in a loop then you need to use curly brackets. For example: ...

This user does not accept Private Messages