Computer Science, asked by ngopalgopal2124, 18 days ago

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 nitudevi686
0

Answer:

int « a>b is

answer of yours ok

Similar questions