main.m201 chars10 lines
The code above defines a list of Celsius temperatures (0, 5, 10, ..., 100) and then calculates the corresponding Fahrenheit temperatures. It then creates a table with two columns ("Celsius" and "Fahrenheit") and prints it on the screen using the disp()
function.
gistlibby LogSnag