Description: 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
To Search:
File list (Check if you may need any files):
NineMultiply.java
实验要求.doc