Computer Science, asked by sambathkumar76, 3 days ago

int z=10 ,x; x=z+z+z+ ++ z; System, out.println (x) give output​

Answers

Answered by khushigarg09
0

Answer:

41

Explanation:

x=10 +10 + 10 + 11

x=41

++z=10 +1 =11

Similar questions