reset password
Author Message
Anonymous
Posts: 166
Posted 22:27 Mar 11, 2014 |

I'm having trouble making the array show the correct draw.

It stays at zero, even though I already included draw++; in each of my draw cases.

Why doesn't the draw change, even when first_money and second_money change accurately? 

Eric Liao
Posts: 158
Posted 22:30 Mar 11, 2014 |

Probably need to be more detail on what trouble you are facing.

First, describe what trouble you are facing in detail.

Second, describe what you expect to happen if everything works as you expect.

Third, take a guess what goes wrong.

Fourth, maybe think of a solution on your own first.