does anyone know what "type expected" means?I have the piece of codethat goes with it:System.out.println("ascending order sort");hey, i am new here, so please help me out.
[199 byte] By [White_Prince] at [2007-9-27 22:00:08]
> System.out.println("ascending order sort");Since there is nothing wrong with that line I would guess that there is something wrong with the line before it.
I'm geussing you attempted to declare something in the previous line, but forgot to put in the type. Are you also getting the error "Cannot resolve variable"?