Computer Science, asked by abhijeetminz00, 6 hours ago

question give in the photo​

Attachments:

Answers

Answered by likhithkancherla
0

this is not computer science pls put in maths scetion

Answered by mdyakhubpasha786
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