24. Determine the output of the following program.
public class PredictOutput1
public static void main(String args[])
a
int a = 4, b = 2, c = 3;
System.out.println("Output 1:" + (a = b * c));
System.out.println("Output 2:" + (a = (b + c)));
Answers
Answered by
0
Answer:
error !
Explanation:
braces{ } or 3 line mei "a" faltu mei likha hai
Similar questions