Computer Science, asked by niranjansaha52, 1 month ago

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

Answers

Answered by ashu0itkm
0

Answer:

x=2+10+11

x=23

ans=23

if u understand my explanation say thanks

Similar questions