var num = 10
if (num == 20) {
print("matched")
}
else if (num>20){
print("greater")
}
else if (num<20){
print("leaser")
}
if (num == 20) {
print("matched")
}
else if (num>20){
print("greater")
}
else if (num<20){
print("leaser")
}
Sign up here with your email
ConversionConversion EmoticonEmoticon