int x = 3;
if (2 > x) print("First");
else
print("Second") ;
if (2 > x)
print("Third");
print("Fourth") ;
print("Fifth");