Smart Education
Learning and Knowing in Smart Way!
Saturday, July 22, 2017
If else condition in perl language
#Alamgir, CSE, JUST
$x = 10;
if($x>10){
print "False\n";
}
elsif($x==10){
print "Correct\n";
}
else{
print "Oh!!!!!!\n";
}
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment