Do you know what I'm doing wrong here? - Java code -
0
guammastermind671
Da RL Lurker at FAKKU
Been a long time since I've posted, but just want to see if I did something wrong here: I'm doing an assignment on writing a program for a skydive competition. I did it already, but I keep getting this message which I'll list below.
my program will be listed below this line, so that you can see whats wrong with the program. I tried everything not to screw it up, but i keep ending up in a dead end. If you guys see my error please post about it? I would appreciate the help from a java guru! :)
Spoiler:
my program will be listed below this line, so that you can see whats wrong with the program. I tried everything not to screw it up, but i keep ending up in a dead end. If you guys see my error please post about it? I would appreciate the help from a java guru! :)
Spoiler:
0
Fruid
Lurker of Threads
The compiler was doing it's thing until it reached the end of the file trying to find some more stuff.
You're missing a third and forth closing curly brace.
Also, ask yourself if you're doing the seed on your random number generator correctly.
You're missing a third and forth closing curly brace.
Spoiler:
Also, ask yourself if you're doing the seed on your random number generator correctly.
0
guammastermind671
Da RL Lurker at FAKKU
Fruid wrote...
The compiler was doing it's thing until it reached the end of the file trying to find some more stuff.You're missing a third and forth closing curly brace.
Spoiler:
Also, ask yourself if you're doing the seed on your random number generator correctly.
Wow! couldnt believe I couldnt see that...thanks man!
0
Tegumi
"im always cute"
To be honest this didn't really need the review of a 'java guru', seems like a simple syntax error to me.
0
guammastermind671
Da RL Lurker at FAKKU
Tegumi wrote...
To be honest this didn't really need the review of a 'java guru', seems like a simple syntax error to me.thats the thing i couldn't figure out what I did wrong from what the error told me. Call me stupid, but I tried almost everything...