|
|
DataMuseum.dkPresents historical artifacts from the history of: CP/M |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about CP/M Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 1920 (0x780)
Types: TextFile
Names: »CRAPS2.PAS«
└─⟦f983c2ef3⟧ Bits:30004681 Pascal opgaver (Butler)
└─⟦this⟧ »CRAPS2.PAS«
WRITELN;
WRITELN('Ud af ', antal : 5, ' spil blev de ', vundet : 5,
' spil vundet');
WRITELN('Frekvensen af vundne spil: ',
vundet / antal * 100 : 5 : 2, ' %');
END.
«eof»