学籍管理系统java.docVIP

  • 3
  • 0
  • 约4.41千字
  • 约 6页
  • 2018-04-13 发布于河南
  • 举报
学籍管理系统java

import java.io.*; public class stu { public static int bianhao=0,f_bh; public static int bh; public static String s; public static class student { public int bianhao; public String name; public int age; public String sex; }; public static student[] st=new student[100]; public static void main(String args[]) { for(int i=0;i=99;i++) { st[i]=new student(); st[i].bianhao=-1; } System.out.print(欢迎使用学生信息管理系统\n); first(); xz(); } public static void xz() { while(true) { System.out.print(请输入:); try { Console=new BufferedReader(new InputStreamReader(System.in)); s

文档评论(0)

1亿VIP精品文档

相关文档