CELSIUS TO FAHRENHEIT
Write a program that converts Celsius temperatures to Fahrenheit temperatures. The formula is
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).
- Watch this video if you don’t know how to create a Windows zip file. https://www.youtube.com/watch?v=oGSQX-Hj19o
- Name the Windows compressed folder (replacing FirstInitial with YOUR name): LastName_FirstInitial_Program_1.zip (example: Smith_J_Program_1.zip).