摘要:
import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.JPanel; public class SwitchTest { private JFrame jFrame; private JLabel jl1; 阅读全文
阅读排行榜
实验三
2019-03-24 23:54 by 太阳*, 157 阅读, 收藏,
摘要:
1.public class jiecheng{ public static void main(String[] args) { for(int i=1;i<=5;i++){ int mul=1; System.out.println(i+"!="+mul); }运行结果5!=120 2. pub 阅读全文
实验五
2019-04-07 18:53 by 太阳*, 140 阅读, 收藏,
摘要:
public class shuchu{ public static void main(String[] args) int i,j,a[]; a=new int[10]; System.out.println("a[]:"); for(i=0;i<10;i++) { a[i]=sc.nextIn 阅读全文
浙公网安备 33010602011771号