#ITE-6104
Awesome StudentQuestion • Computer Programming 2

Which statement will check if x is less than y?

Answer

if (x<y);