摘要: public class WriteSquares{ public static void main(String[] args){ System.out.println(1+" squared = "+(1*1)); System.out.println(2+" squared = "+(2*2)); System.out.println(3+" squared = "+(3*3)); System.out.println(4+" squared = "+(4*4)); System.out.println(5+ 阅读全文
posted @ 2013-09-22 22:51 Dawkins 阅读(123) 评论(0) 推荐(1)
摘要: public class App11_1{ public static void main(String[] args){ System.out.println("//////////////////////////"); add(); System.out.println(\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\); } public void add(){ System.out.print("||"); System.out.print(" Victory is mine"); S 阅读全文
posted @ 2013-09-20 22:18 Dawkins 阅读(75) 评论(0) 推荐(0)