欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

数组和判断的语句的使用

程序员文章站 2023-08-29 18:03:45
1 package com.company; 2 import java.util.Arrays; 3 import java.util.Scanner; 4 public class One { 5 Scanner ins=new Scanner(System.in); 6 public stat... ......
 1 package com.company;
 2 import java.util.arrays;
 3 import java.util.scanner;
 4 public class one {
 5     scanner ins=new scanner(system.in);
 6     public static void main(string[] args) {
 7         system.out.println("————————学生管理系统————————");
 8         system.out.println("————————(1).注册—————————");
 9         system.out.println("————————(2).登陆—————————");
10         system.out.println("————————(3).修改—————————");
11         system.out.println("————————(4).完成—————————");
12         system.out.println("——————————————————————");
13         new one().zz();
14     }
15    public void zz() {
16 //        scanner ins=new scanner(system.in);
17         string[] ss=new string[10];
18         int no=0;
19         out:
20         while (true) {
21             scanner ins=new scanner(system.in);
22             system.out.println("请输入:");
23             if (ins.hasnextint()) {
24                 no=ins.nextint();
25                 break out;
26             } else {
27                 system.out.println("数据输入错误");
28 
29             }
30         }
31         while (true) {
32             switch (no) {
33                 case 1:
34                     system.out.println("请输入姓名:");
35                     ss[0]=ins.next();
36                     system.out.println("姓名:" + ss[0]);
37                 case 2:
38                     system.out.println("请输入姓名:");
39                     ss[0]=ins.next();
40                     system.out.println("姓名:" + ss[0]);
41                     if ("hellen".equals(ss[0])) {
42                         system.out.println("登陆成功!");
43                     } else {
44                         system.out.println("登陆失败!请重新操作...");
45                     }
46                 case 3:
47                     system.out.println("姓名:" + (ss[0]));
48                 case 4:
49                     system.out.println("姓名:" + (ss[0]));
50                 default:
51                     system.out.println("");
52             }
53         }
54     }
55 }
 1 package com.company;
 2 
 3 import java.util.scanner;
 4 
 5 public class two {
 6     public static void main(string[] args) {
 7         new two().zz();
 8     }
 9     public void zz(){
10         //爱好:跳舞运动游泳唱歌
11         string[] ss=new string[10];
12         string[] zz={"跳舞","运动","游泳","唱歌"};
13             scanner ins=new scanner(system.in);
14             system.out.println("请输入三个爱好:");
15             for (int j=0; j <3 ; j++) {
16                 string love=ins.next();
17                 ss[j]=love;
18             }
19             system.out.println("输入的爱好:"+ss[0]+","+ss[1]+","+ss[2]);
20             system.out.println("想要了解这其中的哪个爱好");
21             string[] qq=new string[3];
22             qq[0]=ins.next();
23             out:
24             for (int i=0; i <qq.length; i++) {
25 
26             nnt:
27             for (int j=0; j <zz.length ; j++) {
28                 if(zz[j].equals(ss[i])){
29                     system.out.println("想要了解"+qq[0]+"?");
30                     string x;
31                     system.out.println("请输入y/n:");
32                     x=ins.next();
33                     system.out.println("输入的y/n:"+x);
34                     if ("y".equals(x)){
35                         switch (zz[j]) {
36                             case "跳舞":
37                                 system.out.println("跳舞包括:爵士舞,民族舞,现代舞");
38                                 break out;
39                             case "运动":
40                                 system.out.println("运动包括:球类运动,田径项目,其他类");
41                                 break out;
42                             case "游泳":
43                                 system.out.println("游泳包括:*泳,蛙泳,潜泳");
44                                 break out;
45                             case "唱歌":
46                                 system.out.println("唱歌包括:民歌,美声");
47                                 break out;
48                         }
49                     }else{
50                     }
51                 }else{
52                 }
53             }
54         }system.out.println("没有此爱好!请等待版本跟新...");
55     }
56 }