User profile: leftcoast

User info
User name:leftcoast
History
Joined:
Number of posts:42
Latest posts:

Fahrenheit to Conversion Help
How about using an array to store the four inputs & outputs?

Loop Help
"Yea I need it to output 4 times but not until after I have asked for 4 different degrees." I think...

Where is this program wrong?
On lines 41 & 72, the else statements need a [b];[/b] at the end to complete the statements.

Where is this program wrong?
You're right viad. It should not matter. I thought that I had some problems when I ran the program y...

Where is this program wrong?
[b]return (0);[/b] should be [b]return 0;[/b]