1. Given a Fahrenheit value temperature Fahrenheit, write a statement that assigns temperature Celsius with the equivalent Celsius value. Write the equation is C=5/9*(F-32), as an exercise use two statements, the first of which is ''fractional Multiplier= 5/9;''.
2. Write a statement that assigns my Exam Score with 82. Write a statement that assigns my Curve Exam Score with my Exam Score +5.
1. Given a Fahrenheit value temperature Fahrenheit, write a statement that assigns temperature Celsius with the...