what do you think... and give me some help plz i want to learn...#!/usr/bin/perl -w use strict; my $vlnum = 0; print "Introduzca un numero: "; chomp ( $vlnum = <STDIN> ); for(1..10){ print "$vlnum * $_ =", $vlnum * $_; }
In reply to Mathematics skills by cored
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |