Alison Gloekler

Greenhorn
+ Follow
since Oct 20, 2021
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Alison Gloekler

Thank you for your help! I am still learning so your advice is so helpful!  My only error now is for my If cont ==n issue.  I've tried all of the variations, and the one with the LEAST errors is




which gives this error:

error: ';' expected
          If cont equals ("n");
1 error
BUILD FAILED (total time: 0 seconds)

Any help is appreciated, as I am still learning syntax!

Thanks!
2 years ago
Hi everyone! Don't judge my hotmess java code below... I'm a total newbie, and I'm trying! Despite that, I still struggle with syntax and also what to put where.  Any help on my slot machine program below is appreciated! I keep getting erros related to the last bit of code or maybe with my y/n condition? Thanks for any help or advice!


2 years ago