-1.#IND errorHey there, I have some coding experience but I still seem to get the occasional confusing error. For...
Where to begin with loop problem.[code][/code]#include <iostream> using namespace std; int toFahrenheit( int celsius ) { return (...
Where to begin with loop problem. int toFahrenheit( int celsius ) { // here you shall do the calculations ^^^ So do I put toFahre...
Where to begin with loop problem.[code][/code] #include <iostream> using namespace std; int main() { int celsius; int fahrenheit;...
Where to begin with loop problem.I must write a program that finds the temperature, as an integer, that is the same in both Celsius a...
This user does not accept Private Messages