|
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 - download
Length: 512 (0x200) Types: TextFile Names: »SIDE190B«
└─⟦eca9022c5⟧ Bits:30002661 Datalære sådan - løsningsdiskette └─ ⟦this⟧ »SIDE190B«
0010 antalplat:= 0 0020 antalkrone:= 0 0030 INPUT "ønsket antal kast:": antalkast 0040 FOR i:= 1 TO antalkast DO 0050 RANDOMIZE 0060 x:= RND(1,2) 0070 IF x=1 THEN antalplat:= antalplat+1 0080 IF x=2 THEN antalkrone:= antalkrone+1 0090 NEXT i 0100 PRINT "antal kast var: ",antalkast 0110 PRINT "heraf var plat: ",antalplat 0120 PRINT "og krone var: ",antalkrone 0130 END «eof»