Thread
:
JAVA code
View Single Post
Mar 25th, 2008, 2:57 PM
#
2
Ooble
I eat cake for breakfast.
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power:
9
Re: JAVA code
Remember that instructions are executed in the order you see them. If you put instruction B before instruction A, chances are it'll be run first.
With this in mind, can you figure out why the following code is in the wrong place?
(
Toggle Plain Text
)
cat= grade/10;
cat= grade/10;
__________________
Me
::
You
::
Them
Ooble
View Public Profile
Visit Ooble's homepage!
Find More Posts by Ooble