I am trying to test a character for being the "Enter" key, I figured to test it
if(DataBits!=nu ll)
{
stuff
}
like that, but i got
H:\>c:\j2sdk1.4 .1\bin\javac.ex e BubbleSort.java
BubbleSort.java :68: operator != cannot be applied to char,<nulltype>
if(DataBits!=nu ll)
^
1 error
if you could please submit a reasonably simple solution I would be very happy, thanks ahead of time for your time.
Steve
if(DataBits!=nu ll)
{
stuff
}
like that, but i got
H:\>c:\j2sdk1.4 .1\bin\javac.ex e BubbleSort.java
BubbleSort.java :68: operator != cannot be applied to char,<nulltype>
if(DataBits!=nu ll)
^
1 error
if you could please submit a reasonably simple solution I would be very happy, thanks ahead of time for your time.
Steve
Comment