Time / Distance

Date: 198x
Type: Program
Platform(s): TS 1000

Content

Appears On

Assembled by Tim Ward from many sources. Contains programs 10001 – 10050.

Related Products

Related Articles

Related Content

Image Gallery

Time / Distance

Source Code

   5 REM TIME/DISTANCE CALCULATION
  10 REM KNOW DISTANCE/RATE
  11 REM DISTANCE/RATE MOD AS REQURED
  12 PRINT "TIME REQUIRED FOR TRIP WHEN DISTANCE/TIME KNOWN"
  13 PRINT 
  20 LET D=250
  30 LET R=65
  40 LET T=D/R
  50 PRINT "THE TIME REQUIRED IS  ";T;"  HOURS."
  60 STOP 
  65 CLEAR 
  70 SAVE "1002%1"
  80 LIST 

People

No people associated with this content.

Scroll to Top