摘要: 1.2 public class Test{public static void main(String[] args){int i;for(i=1;i<=5;i++){System.out.println("Welcome to java"); }} 1.8 public class Test{ 阅读全文
posted @ 2017-09-18 12:06 啦啦啦也好吃 阅读(70) 评论(0) 推荐(0)
摘要: import java.util.Scanner; public class Jisuanjl{ public static void main(String[] args){ Scanner input=new Scanner(System.in); System.out.print("Enter 阅读全文
posted @ 2017-09-18 11:48 啦啦啦也好吃 阅读(108) 评论(0) 推荐(0)
摘要: package demo;import java.util.Scanner;public class bbb { public static void main(String[] args) { Scanner input = new Scanner(System.in); System.out.p 阅读全文
posted @ 2017-09-18 10:32 啦啦啦也好吃 阅读(78) 评论(0) 推荐(0)