I need to create code that will display a table of Centigrade temperatures 0 - 45 and their Fahrenheit equivalents. The temperatures will go in a list box called lstTemperatures. I know that the ...
i am trying to write this program using if/else statment but i am getting an error at the end. Could someone help me writting this program using C++??
Here is the problem:
Write a program that ...
im having trouble with my program the if statement is not working this is what i have. im taking a input file that looks like 30 c 23 f 34 F 23C. when i compile it it says possible use of f before ...