If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Anthems and Protests ---
While we certainly understand the frustration by fans on all sides of the discussion, we have decided to keep the Broncos Country message boards separate from politics. Recent events have brought the NFL to the forefront of political debates, but due to the highly emotional and passionate discussion it tends to involve, we think it’s best to continue to keep politics and this forum separate. Yes, the forum is meant for discussion, but we’d like to keep that discussion to football as much as possible.
With everything going on in our country, it would be nice to keep our complaints and cheers purely related to football here. If you feel passionately, there are plenty of other outlets available to you to express your opinions. We know this isn’t the most popular decision, but we ask that you respect it.
Thank you for understanding.
--Broncos Country Message Board Staff
0->W:0->X:0->Z
1->Y:0->N:0->B
0->I:0->J:0->K:0->L:0->M:0->Q
randInt(1,11)->I
randInt(1,10->)J
randInt(17,23)->Q
Disp "CARDS",I
Disp J
2->C
Input "HIT?",W
If W=Y
Then
randInt(1,11)->K
Disp K
C+1->C
End
If W=Y and (I+J+K)>21
Then
Disp "BUST!"
69->B
End
If W=Y and (I+J+K)<21
Then
Input "HIT?",X
End
If X=Y
randInt(1,11)->L
Disp L
C+1->C
End
If X=Y and (I+J+K+L)>21
Then
Disp "BUST!"
69->B
End
If X=Y and (I+J+K+L)<21
Then
Input "HIT?",Z
End
If Z=Y and (I+J+K+L)<21
Then
randInt(1,11)->M
Disp M
C+1->C
End
If Z=Y and (I+J+K+L+M)>21
Then
Disp "BUST!"
69->B
End
If W=N or X=N or Z=N or Z=Y
Then
I+J+K+L+M->Z
End
ClrHome
If C=5 and Z<21
Then
Disp "YOU WIN!"
End
If B=/=69 and C=/=5
Then
Disp "YOUR HAND",Z
Pause
Disp "DEALER",Q
End
If Z=<21 and Z>Q or Q>21 and B=/=6 and C=/=5
Then
Disp "YOU WIN!"
End
If Z=<21 and Z<Q and Q=< and C=/=5
Then
Disp "YOU LOSE!"
End
If Z>21
Then
Disp "YOU LOSE!"
End
Input this into your calculator, and you can play BlackJack on it. (TI-83+) Also, you can't bet with it, nor can you split/double-down cards.
Leave a comment: