Soldato
- Joined
- 14 Apr 2004
- Posts
- 11,888
- Location
- UK
Hey guys,
Making a One Arm Bandit Machine and the program is almost done (Or we assume so!) bar this section:
We're trying to achieve a main page that directs everything to sub menu's.
Been trying Trial and Error for a stupid amount of hours over the past 6 days and we're having no luck
Time is running out, have 4 hours till deadline
Here's an example:
Would appreciate any help please!
Making a One Arm Bandit Machine and the program is almost done (Or we assume so!) bar this section:
PHP:
void chooseOptions()
{
if (usersOption == 'R' || usersOption == 'r')
displayRules();
else if (usersOption == 'P' || usersOption == 'p')
playOneGame();
else if (usersOption == 'B' || usersOption == 'b')
displayResults();
}
We're trying to achieve a main page that directs everything to sub menu's.
Been trying Trial and Error for a stupid amount of hours over the past 6 days and we're having no luck

Time is running out, have 4 hours till deadline

Here's an example:

Would appreciate any help please!