DataMuseum.dk

Presents historical artifacts from the history of:

CP/M

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about CP/M

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦ff89d7eca⟧ TextFile

    Length: 640 (0x280)
    Types: TextFile
    Names: »PROGRAM6«

Derivation

└─⟦b610cd576⟧ Bits:30004336 SKAT - et emnearbejde (Piccoline)
    └─ ⟦this⟧ »PROGRAM6« 

TextFile

&0090 PRINT " K O M M U N E S K A T . "&0100 PRINT "-------------------------"
0110 PRINT=0120 INPUT "Indtast skattepligtig indkomst:     ": sk_indtægt
0130 PRINT80140 INPUT "Indtast pct. for kommuneskatten:    ": k_pct
0150 PRINT&0160 kommuneskat:=sk_indtægt*k_pct/100
0170 PRINTD0180 PRINT "Kommuneskatten udgør:               ";kommuneskat;" kr."GFør du begynder på dit program, skriv NEW (Sletter tidligere programmerfra lageret).@Hvis du ønsker at vende tilbage til basisprogrammet, skriver du:
RUN "menu"«eof»