While trying to think what to write for my blog, suddenly my mind burst out this phrase. Playing Mahjong with kids and end up with all kinds of funny words popped out…haha!! :D
Post this to remind me always loves my Programming language. Although every time I did not get a satisfied marks for this paper, I will still feel release after finish this paper…
‘Alien’ Language
#!/usr/bin/perl
while ($answer ne 'yes')
{
print "Do you like programming?\n";
$answer=
chomp($answer);
if($answer eq 'yes'){
print"This is a great answer!!";
}else{
print "Too bad for you!! This is not the answer I want to hear, please try again. \n";
}
}
No comments:
Post a Comment