|
DataMuseum.dkPresents historical artifacts from the history of: RegneCentralen RC700 "Piccolo" |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about RegneCentralen RC700 "Piccolo" Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - download
Length: 640 (0x280) Types: TextFile Names: »VARER2.PAS«
└─⟦09235ab48⟧ Bits:30003065 Demoprogrammer K-Z til Pascal bog └─ ⟦this⟧ »VARER2.PAS«
PROGRAM varer2; VAR nummer : INTEGER; BEGIN WRITE(CHR(12), 'Indtast varenummer: '); READLN(nummer); WRITELN; WRITE('Vare nummer: ', nummer:3, ' ligger i varegruppe '); CASE nummer OF 1 .. 20 : WRITELN('1'); 21 .. 40 : WRITELN('2'); 41 .. 60 : WRITELN('3'); 61 .. 80 : WRITELN('4'); 81 .. 100 : WRITELN('5'); OTHERWISE WRITELN(' *** Forkert varenummer'); END; END. «eof»