Data update
This commit is contained in:
parent
8e4e15fa56
commit
72eb4943cb
1853 changed files with 35514 additions and 9441 deletions
|
|
@ -1,6 +1,6 @@
|
|||
10 REM Translation of traditional basic version
|
||||
20 INPUT "Kelvin Degrees? ";k
|
||||
30 IF k <= 0 THEN STOP: REM A value of zero or less will end program
|
||||
30 IF k < 0 THEN STOP: REM A value less than zero will end program
|
||||
40 LET c = k - 273.15
|
||||
50 LET f = k * 1.8 - 459.67
|
||||
60 LET r = k * 1.8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue