摘要:
package cn.wzx.www; //1 1 2 3 5 8 13 public class Fibonacci { public static void main(String[] args) { // TODO 自动生成的方法存根 int i; int[] arr = new int[30]; arr[0] =... 阅读全文
posted @ 2017-12-18 13:48
二宫和我
阅读(108)
评论(0)
推荐(0)
摘要:
package cn.wzx.www; public abstract class Person { private String name; private int age; public Person(String name,int age){ this.name=name; this.age=age; } ... 阅读全文
posted @ 2017-12-18 13:47
二宫和我
阅读(86)
评论(0)
推荐(0)

浙公网安备 33010602011771号