Computer Science, asked by amaze04, 5 months ago

Predict the output of following
int a=5 b=6, c=b;
if(a==b && b==C && C==a)
{
System.out.println("We win");
}
else
{
System.out.println("We learn");
}
We Win
We win
We learn
None of these​

Answers

Answered by nitishjamwal88695
0

Answer:

10that's a right answer

Similar questions