Computer Science, asked by aviktiwari, 9 months ago

give the output for this code snippet



int a= 5, b = 2,c;

if (a > b || a != b)

c = ++a + --b;

System.out.println(c+ " " +a+ " " +b);

Answers

Answered by jhunimallik261
1

Answer:

which attack is related to confidentiality

Similar questions