Computer Science, asked by hrajput1109, 10 months ago

Tell the output:
System.out.println("output1:"+(a=b*c));
System.out.println("output2:"+(a=(b*c)));

Answers

Answered by pravasi
2
The output will be as follows-
Output 1: **answer after evaluation as per values entered**
Output 2:**answer after evaluation as per values entered**
Similar questions