updated
This commit is contained in:
parent
c39c666834
commit
93bdacae44
|
@ -47,8 +47,8 @@ test30.b ------- execution error(s)-*- Ok
|
||||||
test31.b -*- Ok
|
test31.b -*- Ok
|
||||||
test32.b -*- Ok
|
test32.b -*- Ok
|
||||||
test33.b -*- Ok
|
test33.b -*- Ok
|
||||||
test34.b LINE 3:ERROR:too many indices
|
test34.b LINE 20:ERROR:too many indices
|
||||||
LINE 4:ERROR:too many indices
|
LINE 30:ERROR:too many indices
|
||||||
LINE 5:ERROR:too many indices
|
LINE 40:ERROR:too many indices
|
||||||
------- compilation error(s)
|
------- compilation error(s)
|
||||||
test35.b -*- Ok
|
test35.b -*- Ok
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
game of bullseye
|
game of bullseye
|
||||||
|
|
||||||
in this game, up to 20 players throw darts at a target
|
Random number seed (-32768 to 32767) ? LINE 20:ERROR 2: Out of data
|
||||||
with 10,20,30, and 40 point zones. The objective is
|
|
||||||
toget 200 point.
|
|
||||||
|
|
||||||
throw description probable score
|
|
||||||
1 fast overarm bullseye or complete miss
|
|
||||||
2 controlled overarm 10,20,30 points
|
|
||||||
3 underarm anything
|
|
||||||
|
|
||||||
how many players?LINE 110:ERROR 2: Out of data
|
|
||||||
|
|
|
@ -6,30 +6,5 @@ disappear (same for triple!)
|
||||||
Wait for the computer to move!!!!!!
|
Wait for the computer to move!!!!!!
|
||||||
|
|
||||||
retry
|
retry
|
||||||
|
I move from ( 2 6 ) to( 1 5 )
|
||||||
retry
|
board?LINE 13500:ERROR 2: Out of data
|
||||||
|
|
||||||
retry
|
|
||||||
|
|
||||||
retry
|
|
||||||
|
|
||||||
retry
|
|
||||||
|
|
||||||
retry
|
|
||||||
|
|
||||||
retry
|
|
||||||
|
|
||||||
retry
|
|
||||||
|
|
||||||
retry
|
|
||||||
|
|
||||||
retry
|
|
||||||
|
|
||||||
retry
|
|
||||||
|
|
||||||
retry
|
|
||||||
|
|
||||||
retry
|
|
||||||
|
|
||||||
retry
|
|
||||||
LINE 11300:ERROR 1: RETURN without GOSUB
|
|
||||||
|
|
|
@ -1,15 +1 @@
|
||||||
this program simulates the results
|
Random number seed (-32768 to 32767) ? LINE 90:ERROR 2: Out of data
|
||||||
of firing a field artillery weapon
|
|
||||||
|
|
||||||
you are the officer-in-charge, giving orders to the gun
|
|
||||||
crew, telling them the degrees of elevation you estimate
|
|
||||||
will place the projectile on target. A hit within 100 yards
|
|
||||||
of the target will destroy it. Take more than 5 shots,
|
|
||||||
end the enemy will destroy you!
|
|
||||||
|
|
||||||
maximum range of your gun is 46500 yards.
|
|
||||||
|
|
||||||
distance to the target is 42956 yards....
|
|
||||||
|
|
||||||
|
|
||||||
elevation?LINE 410:ERROR 2: Out of data
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
echo -n $1 " "
|
echo -n $1 " "
|
||||||
if abc - -o $1.x $1
|
if abc - -o $1.x -fp $1
|
||||||
then
|
then
|
||||||
if $1.x >$1.r
|
if $1.x >$1.r
|
||||||
then :; else
|
then :; else
|
||||||
|
|
Loading…
Reference in a new issue