You have already completed these exercises!
Do you want to take them again?
You completed the C# Comparison Operators Exercises from W3Schools.com
Share on:
Drag and drop the correct comparison operator to check if x is greater than y.
x
y
int x = 5;int y = 3;Console.WriteLine(x y);