Problem:
The formula to convert Celsius temperatures into Farenheit is F = 9/5*C + 32.
Question- Write a program that displays a table of the Celsius temperatures from 0 to 30 and their Fahrenheit equivalents.
Show the code, demonstrate it works properly and describe what it is doing.