State the output of k
int a=9 , b=8, c=5 ;
boolean k= ( a>b && b>c ) || !( c>a) ;
System.out.println( k);
Answers
Answered by
0
Answer:
int « a>b is
answer of yours ok
Similar questions