predict the output :-
int a=5;
int b=(a/a)%a;
System.out.println(a);
Answers
Answered by
7
Similar questions