Question: Problem 1:Use a while...loop to generate a table ofconversions from inches to centimeters. Start the inches column at 0.0 and increment by 0.5 in. The

Problem 1:Use a while...loop to generate a table ofconversions from inches to centimeters. Start the inches column at 0.0 and increment by 0.5 in. The last line should contain the value 20.0 in. Problem 2: Generate a temperature-conversion table. Use the following equation that give relationships between temperatures in Celsius degrees (Te) (TR): , Fahrenheit (TF), and degrees Rankin TF TR-459.67 Tr = (95)Te + 32 Write a program to generate a table of conversions from Celsius to Rankin. Allow the user to enter the starting temperature and increment between lines. Print 25 lines in the table. Use a for loop in your solution. Problem 3: Write a program that asks for an integer and then prints all the integers from (and including) that value up to (and including) a value larger by 10. (That is, if the input is 5, the output runs from 5 to 15.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
