question give in the photo
Attachments:
Answers
Answered by
0
this is not computer science pls put in maths scetion
Answered by
0
Answer:6
Explanation:
class Solution
{
public static void main(String args[])
{
int x=5;
int x1=++x-x++ + --x;
System.out.println(x1);
}
}
Similar questions