Computer Science, asked by bruhify41, 1 month ago

rewrite the following condition using ternary operator :-
if(a>b | | a>5)
system.out.println(a);
else
system.out.println(b);​

Answers

Answered by aniketkatiyar1pdgi1k
1

Explanation:

here your program please check it

Attachments:
Similar questions