Matt Gerrans
Posts: 1153
Nickname: matt
Registered: Feb, 2002
|
|
Re: Need help with these questions....
|
Posted: Nov 14, 2003 10:31 AM
|
|
The sad thing about this particular case is that it doesn't take any figuring out, all you have to do is fix the numerous typos and feed the "questions" to the java compiler.
Even the one about incrementing an int until it wraps around to negative values is a feasible thing to do on modern machines; they can count to a couple billion pretty quickly. In the old days, you'd actually have to think and either extrapolate to doing the same thing with a short, or actually understand how integers work.
|
|