Question: Write a Raptor program for the following problem. We like display a table of temperature values from -10 degrees Celsius to 10 degrees Celsius with
Write a Raptor program for the following problem. We like display a table of temperature values from -10 degrees Celsius to 10 degrees Celsius with steps of 4, and the corresponding calculated temperature values in degrees Fahrenheit. Degrees Fahrenheit is calculated as degrees Celsius * 9/5+ 32. Also, calculate and display the total of all degrees Celsius and degrees Fahrenheit values. The total is just a running sum of all the values. In addition, ask the user to enter any value for a temperature reading degrees Fahrenheit and convert and display it in degrees Celsius. The conversion formula is: (Fahrenheit 32) * 5/9. So, if the user enters 100 for degrees Fahrenheit, the converted degrees Celsius will be 37.7778.
Or if you can put it in a flowchart using raptor.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
