Whst do you need help with, and what have you written so far? We aren't exactly going to just do your homework for you, though we can help you fix specific problems that you may encounter.
Sorry, I don't know how to make it to read like what it is in source file.
Can someone help me with this program please?
Here are the rules:
* If player roll 7 or 11 on the first roll, they win, if s/he roll 2, 3, or 12, they lose.
* If a player does not win or lose on the first roll, that total establishes the "point".
*The player then continues to roll until, the "point" is rolled, in which case he wins or a 7 is rolled, in which case he loses. There is no limit on the number of subsequent rolls. Just keep rolling until a 7 or the "point" is rolled.
*If the player's point is an even number (4, 6, 8, 10) ask if he wants to bet the "hard way". If so, prompt for bet. The "hard way" is a one roll bet that pays double the wager if he gets his points with a pair.
* Once a player wins or loses, that is a game and it all starts over unless he wants to cash out.
Well, it suppose to be one of them. either balance or bank account. I think I messed up somewhere. What I am trying to do is have a bank account or balance at the beginning, when the player wins, add points to his/her account, when they lose subtract it from account/balance, and when they want to cash out, it should say how much money they have to go away with. But the other problem I don't know how to start with is when the player wants to play "hard way".