Pernyataan bersyarat yang cepat
var age = 25
if (age > 18) {
print("Can Vote")
}
SAMER SAEID
var age = 25
if (age > 18) {
print("Can Vote")
}