Hey guys, I'm new to any type of programming and for my computer science class we have to write a program to do the following:
Loop 4 times to do the following
o Prompt the user to enter a degree in Fahrenheit.
o Convert the degree from Fahrenheit to Celsius.
o Output the data into a text file called outfile.dat
Our Instructor gave us this skeleton:
//Program Two key
// this program prompts the user to enter a value in Fahrenhiet and then
// it converts it to Celsius.