CS1411 - Introduction to Programming Principles I

Programming / Lab Assignment 1

Write a program that will convert temperature from Fahrenheit into Celsius

Your program should:

  • Ask the user to input a temperature in Fahrenheit and read in a temperature
  • Convert that to C, where c = (f - 32) * (5/9)
  • Output the temperature in Celsius

Your program should include comments whith you name, testnumber, etc. in the top. See also the Submission guidelines

The assignment is due Friday Sept 10, 6pm. You have to submit it electronically as stated in the submission guidelines!

Lost? See the Help! page.