Computer Science, asked by 9546126744, 21 days ago

class Test

public static void main(String args[])

int x=40; int y = 10;

if (x=40)

If.ly== 10)

{

System.out.print("X= 40 and Y = 10");

}

}​

Answers

Answered by samarthkrv
0

Answer:

X= 40 and Y = 10

Explanation:

Similar questions