Give output of the following:
num1=4 num2=3 num3=2
num1 += num2 + num3
print(num1)
Answers
Answered by
0
Answer:
the answer is 9 but there is 1 mistake print()
there shall be System.out.println()
Similar questions