Payroll Message

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

Appears on

Assembled by Tim Ward from many sources. Contains programs 10122 – 10175.

Gallery

Payroll Message

Source Code

   1 REM PAYROLL MESSAGE
  10 PRINT "ENTER HOURS WORKED"
  11 INPUT H
  12 PRINT H
  20 PRINT "ENTER RATE"
  21 INPUT R
  22 PRINT R
  30 LET P=H*R
  40 PRINT "FOR WORKING ";H;" HOURS AT $ ";R;"/HOUR"
  50 PRINT "YOUR PAY IS $ ";P;".  THANK YOU-"
  60 STOP 
  70 SAVE "1012%7"
  80 RUN 

People

No people associated with this content.

Scroll to Top