Computer Science, asked by viaanmaben, 1 month ago

Evaluate: int x=10, y=20;
z=++x + y++ - x/2;

System.out.println(z);


Answers

Answered by BrainlyWise
28

\huge\boxed{\mathtt\red{Question:-}}\small\mathtt{Find\:the\:output\:of:-}

\small\mathtt{int\:x=10,\:y=20;}

\small\mathtt{z=++x + y++ - x/2; }\small\mathtt{System.out.println(z);}

\large\boxed{\mathtt\green{Output\:of\: the\:given\:program:-}}\small\mathtt{26}

Similar questions