User profile: Mark2

User info
User name:Mark2
History
Joined:
Number of posts:12
Latest posts:

addittion in an array
I can help you, but I won't do this program. You won't learn anything if you just ask and got what ...

Program not taking lower case inputs
Maybe include <cctype> and exclude it from the[code] while (toupper(function) != 'X')[/code] to do...

Need help using a function to convert
Dont put [code]double radians;[/code] in the while, it will define it every loop.

Help correct this program.
Good practice advises: Always put the {} for the if and else Don't use break in a if clause. It's fo...

Pure Beginners Question : Must be Impossibe
You may try with: #include <iomanip> then you can set field width using the setw function http://ww...