+ 1

What is after x<=

i cant figure this out

1st May 2018, 12:52 PM
Beagle yt
Beagle yt - avatar
3 Respuestas
+ 1
There should be one more variable or value to compare with x like x <= y anyways according to my example it means is x less than(<) or equal(=)to y
1st May 2018, 12:55 PM
Yugabdh
Yugabdh - avatar
0
ok thx
1st May 2018, 12:56 PM
Beagle yt
Beagle yt - avatar
0
Class Lessthanequal { Public static void main (String args[]) { int x=50; int y=30; If(x<=y) { System.out.println("the x less than y") ; } System.out.println("it the results") ; } }
13th May 2018, 12:05 PM
Raja Durai