Write the output:
int p=16, q=20, r=8;
p+=p++ + ++p%q * --r;
System.out.println(“p = " +p);
Answers
Answered by
3
Explanation:
hope it helps...........?...
Attachments:
Similar questions