04 2019 档案

摘要:一,实验过程 import java.util.Scanner; public class Account { public int id; public int password; public String name; public int money; public Account(int i 阅读全文
posted @ 2019-04-14 19:40 cxm& 阅读(94) 评论(0) 推荐(0)
摘要:一.程序编写 import java.util.*; public class Port { public static void main(String[] args) { // TODO 自动生成的方法存根 int a[]=new int[10]; Scanner d=new Scanner(S 阅读全文
posted @ 2019-04-07 21:40 cxm& 阅读(120) 评论(0) 推荐(0)