programming project 1

profileLiza Julie 89

 

CELSIUS TO FAHRENHEIT

Write a program that converts Celsius temperatures to Fahrenheit temperatures. The formula is

Formula for Celsius to Fahrenheit where F is the Fahrenheit temperature and C is the Celsius temperature. Write a program that prompts the user to input a Celsius temperature and then displays the corresponding Fahrenheit temperature.

  • Must Submit Flowchart (from RAPTOR) and C++ program files.
  • Name the Visual Studio Project folder containing your entire project (replacing LastName and FirstInitial with YOUR name): LastName_FirstInitial_Program1 (example: Smith_J_Program_1).
  • Create a Windows Compressed Folder (do NOT use any other ZIP programs, just use a Windows Compressed folder) that contains your entire project along with your 1 RAPTOR file (I only need the .rap file of your RAPTOR program).
  • Name the Windows compressed folder (replacing FirstInitial with YOUR name): LastName_FirstInitial_Program_1.zip (example: Smith_J_Program_1.zip).
    • 3 years ago
    • 9
    Answer(0)