摘要:
1 public class forTest04{ 2 public static void main(String[]args){ 3 for (int j =1;j<=9 ;j++ ) { 4 for (int i =1;i<=j ;i++ ) { 5 System.out.print(j+"* 阅读全文
摘要:
1 public class forTest{ 2 public static void main(String[] args){ 3 int count = 4; 4 for (int i = 0, j = 0(1);i<=count(2); i++,j+=3(4)) { 5 System.out 阅读全文