9. Find output int a = 10 int b = 15 att b- int c = b % a; System.out.println(cs=b);
options are
a: 3
b:14
c: true
d: false
Answers
Answered by
1
none of these
output will be:-
error
as statement is not inclosed in "" commas
Similar questions