User since: |
Mar 02, 2009 at 18:08 UTC
(17 years ago) |
Last here: |
Mar 06, 2017 at 23:20 UTC
(9 years ago) |
Experience: |
512
|
Level: | Monk (7) |
Writeups: |
86
|
Location: | United States |
User's localtime: |
Oct 05, 2025 at 20:34 UTC
|
Scratchpad: |
View
|
For this user: | Search nodes |
|
my ($name,$city,$state,$country) = ("deMize","Washington","DC","USA");
my $age = <STDIN>;
chomp($age);
if ($age > 21 && age <92){
print "That is my age.";
}
1;