摘要:
3.1public class test { public static void main(String[] args) { System.out.println("Enter a, b, c: "); Scanner input = new Scanner(Sy... 阅读全文
posted @ 2015-03-09 13:09
wuyudong
阅读(460)
评论(0)
推荐(1)
摘要:
2.1public class test { public static void main(String[] args) { Scanner input = new Scanner(System.in); double f, c; c = input... 阅读全文
posted @ 2015-03-05 17:28
wuyudong
阅读(378)
评论(0)
推荐(0)
摘要:
1.1public class test { public static void main(String[] args) { System.out.println("Welcome to java"); System.out.println("Welcome to... 阅读全文
posted @ 2015-03-05 10:53
wuyudong
阅读(443)
评论(0)
推荐(1)