Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
100 INPUT PROMPT "Kelvin degrees: ":K
|
||||
110 PRINT K;TAB(10);"Kelvin is equivalent to"
|
||||
120 PRINT K-273.15;TAB(10);"Degrees Celsius"
|
||||
130 PRINT K*1.8-459.67;TAB(10);"Degrees Fahrenheit"
|
||||
140 PRINT K*1.8;TAB(10);"Degrees Rankine"
|
||||
Loading…
Add table
Add a link
Reference in a new issue