Computer Science, asked by navyasrivastava10, 9 months ago


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 Wapp9041156792
0

Answer:

error !

Explanation:

braces{ } or 3 line mei "a" faltu mei likha hai

Similar questions