Computer Science, asked by rutujakavita1476, 11 months ago

Find the output of:
System.out.println("output 1:" +(a=b*c));
System.out.println("output 2:" +(a=(b*c)));

Answers

Answered by pravasi
1
the output will be like..it will print whatever is within " ..." and evaluate the a=b*c part as per the values entered
Similar questions