why this error message

hii've got that error message say type expected if ( cw ==1)&&(cw <=4)
[110 byte] By [manXmana] at [2007-9-19]
# 1
> hi> > i've got that error message say > type expected> Tryif (( cw ==1)&&(cw <=4))Seems like a strange test since if cw equals 1 then it is also less than or equal to 4.
GrayMana at 2007-7-8 > top of java,Archived Forums,Java Programming [Archive]...
# 2
Code like that has to be inside a method.
DrClapa at 2007-7-8 > top of java,Archived Forums,Java Programming [Archive]...
# 3
nothing have changed guys although i have implemente your suggestions
manXmana at 2007-7-8 > top of java,Archived Forums,Java Programming [Archive]...