Data update
This commit is contained in:
parent
8e4e15fa56
commit
72eb4943cb
1853 changed files with 35514 additions and 9441 deletions
|
|
@ -1,7 +1,7 @@
|
|||
10 CLS : REM 10 HOME for Applesoft BASIC : DELETE for Minimal BASIC
|
||||
20 PRINT "Kelvin Degrees ";
|
||||
30 INPUT K
|
||||
40 IF K <= 0 THEN 130
|
||||
40 IF K < 0 THEN 130
|
||||
50 LET C = K-273.15
|
||||
60 LET F = K*1.8-459.67
|
||||
70 LET R = K*1.8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue