perl 计算两个数的乘积

回复 收藏
要求:提示用户输入两个数,结果返回两个数的乘积。

程序:
#! /usr/bin/perl

print "please input 2 numbers:\n";
$a=;
$b=;
print "the sum of the numbers is:", $a*$b, "\n";
2010-11-11 18:00 举报
已邀请:

回复帖子,请先登录注册

退出全屏模式 全屏模式 回复
评分
可选评分理由: