Write a C console application that displays a table of Celsius temperatures from 0 through 20 and

Write a C++ console application that displays a table of Celsius temperatures from 0 through 20 and their equivalent Fahrenheit temperature values. The formula for converting from Celsius to Fahrenheit is: F = 1.8 * C + 32 where C is the temperature value in Celsius and F is the equivalent temperature in Fahrenheit. Your program must use a loop to display the temperature values. Submit the following documents: 1. C++ Source file (.cpp) 2. Screenshot for the execution of the program.

Write a C++ console application that displays a table of Celsius temperatures from 0 through 20 and their equivalent Fahrenheit temperature values. The formula for converting from Celsius to Fahrenheit is: F = 1.8 * C + 32 where C is the temperature value in Celsius and F is the equivalent temperature in Fahrenheit. Your program must use a loop to display the temperature values. Submit the following documents: 1. C++ Source file (.cpp) 2. Screenshot for the execution of the program.

Read More