addittion in an arrayI 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 inputsMaybe include <cctype> and exclude it from the[code] while (toupper(function) != 'X')[/code] to do...
Need help using a function to convertDont 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 ImpossibeYou may try with: #include <iomanip> then you can set field width using the setw function http://ww...