文件名称:NineMultiply
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 3kb
- 下载次数:
- 0次
- 提 供 者:
- duan****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
java 实验
(1)实现一个整数N的阶乘运算。N为固定常数。
(2)在屏幕上按如下格式输出乘法口诀表:
1X1=1
1X2=2 2X2=4
1X3=3 2X3=6 3X3=9
…
其中,每行的多个乘法公式之间用‘\t’分割
-java test (1) to achieve an integer N factorial operation. N is a fixed constant. (2) in the following format on the screen output of the multiplication formulas table: 1X1 = 1 1X2 = 2 2X2 = 4 1X3 = 3 2X3 = 6 3X3 = 9 ... in which each row between multiple multiplication formula with ' \ t' split
(1)实现一个整数N的阶乘运算。N为固定常数。
(2)在屏幕上按如下格式输出乘法口诀表:
1X1=1
1X2=2 2X2=4
1X3=3 2X3=6 3X3=9
…
其中,每行的多个乘法公式之间用‘\t’分割
-java test (1) to achieve an integer N factorial operation. N is a fixed constant. (2) in the following format on the screen output of the multiplication formulas table: 1X1 = 1 1X2 = 2 2X2 = 4 1X3 = 3 2X3 = 6 3X3 = 9 ... in which each row between multiple multiplication formula with ' \ t' split
(系统自动生成,下载前可以参看下载内容)
下载文件列表
NineMultiply.java
实验要求.doc
实验要求.doc