#sample solution
if true
print "Something to the console."
elsif true
print "Something else to the console."
else
print "Something else, again to the console."
end
if true
print "Something to the console."
elsif true
print "Something else to the console."
else
print "Something else, again to the console."
end
No comments:
Post a Comment