3 lines
56 B
Perl
3 lines
56 B
Perl
$s = -5;
|
|
|
|
print "The absolute value of $s = ", abs $s; |
$s = -5;
|
|
|
|
print "The absolute value of $s = ", abs $s; |