Write a program using a loop which gives a Celsius to Fahrenheit conversion table in units steps from 0oC to100oC. (To get degrees
When you have finished or have difficulties compare it to theprogram tabletemp.f
Write a simple program to find approximately the largest value that can be stored in a real variable. (You might, for example, repeatedly multiply a variable the power of 2 within a loop, printing the new value on the terminal, until the computer gives up).
Rewrite the above simple program to find approximately the largest value that can be stored in an integer variables.