Bug
This blog is written about JAVA.
2008年4月7日 星期一
Lab 9*9
public class work
{
public static void main (String[] args)
{
int i,j;
for(i=1;i<10;i++)
{
for(j=1;j<10;j++)
{
System.out.printf("%2d*%2d=%2d", j,i,i*j);
}
System.out.println("");
}
}
}
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
網誌存檔
▼
2008
(27)
►
6月
(5)
►
5月
(4)
▼
4月
(7)
lab class definition 2
lab class definition
Average income by gender
Lab 9*9
"Lab Fibonacci numbers"
Homework 3-24-2008
Lab Finding the max of three numbers
►
3月
(10)
►
2月
(1)
沒有留言:
張貼留言