Thread: JAVA code
View Single Post
Old Mar 25th, 2008, 2:57 PM   #2
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
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?
        cat= grade/10;
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote