摘要:
阅读全文
posted @ 2015-12-05 15:31
一念了了
阅读(157)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2015-12-05 08:46
一念了了
阅读(171)
评论(0)
推荐(0)
摘要:
100以内和7有关的数字package text;public class Sjiao {public static void main(String[] args) {int m=100;for(int i=1;i<=m;i++){if(i%7==0||i/10==7||i%10==7)Syste... 阅读全文
posted @ 2015-12-05 08:27
一念了了
阅读(161)
评论(0)
推荐(0)
摘要:
int []a=new int [3]; a[0]=1; a[1]=2; a[2]=3; int len=a.length; System.out.println("a[1]"+a... 阅读全文
posted @ 2015-12-05 08:22
一念了了
阅读(123)
评论(0)
推荐(0)
浙公网安备 33010602011771号