Hey before I jump in when I shouldn't, can I get a pm or answer here if it's okay to reveal, of whether or not Minnie has a Time specialization? More specifically if she used it to reverse the train.
@DarkwolfX37
Oh. ._.
...
..
Ill go fix that.
It wasnt a typo though.
<Snipped quote>
<Snipped quote by DarkwolfX37>
I got the joke but felt the need to be historically accurate.
<Snipped quote by DarkwolfX37>
You get a solar eclipse, an earthquake, and the souls of the dead rising from their graves.
<Snipped quote by Galaxy Raider>
Your problem is that you're trying to put your Main in a separate class. You don't declare Class functions in Main; you declare them in the class itself and then call that Class' object (or static methods) from Main.
<Snipped quote by DarkwolfX37>
Nah, it uses System.in as a parameter to construct a Scanner object because it pulls from System input. Scanner.in would be pulling a parameter from its own static variable, in which case it could forgo using parameters altogether.
<Snipped quote by Galaxy Raider>
It gives you that error because it thinks your function is a variable, since you can't declare functions in Main (though you can do this in JavaScript).
Also please import System. It makes it way easier.
And camelcase your variables.
<Snipped quote by DarkwolfX37>
Nah. That isn't even an error actually. My only error is in Line 4, where I am trying to create a method. I get an error telling me that "void" is not a valid type for the variable "swapFunction".
Dahv, could you help me out with something real quick?
What on Earth am I doing wrong with my method creation? Am I just missing something because I don't know of some other step(s) I need to do or what?