package com.Jing.struct;
import java.util.Scanner;
public class ILU2 {
public static void main(String[] args) {
int[] he = {120,105,97,110,103,32,119,111,32,108,101,32,109,97,94,95,94};
int[] xu = {87,111,32,121,101,32,120,105,97,110,103,32,110,105,32,108,101,94,95,94};
int[] ha = {78,97,32,104,97,111,32,98,97,92,95,92};
for (int j : he) {
System.out.print((char) j);
}
System.out.println();
System.out.println("请输入yes或者no");
Scanner scanner = new Scanner(System.in);
String a = scanner.nextLine();
switch (a) {
case "yes":
for (int x : xu) {
System.out.print((char) x);
}
return;
case "no":
for (int l : ha) {
System.out.print((char) l);
}
return;
default:
System.out.println("输入无效");
}
}
}
相关文章
- 10-19popToViewController的用法(跳转到你想跳转到的那个控制器)
- 10-19关于大屏可视化,你想了解的都在这
- 10-19Dubbo接口测试没你想的那么高大上
- 10-19哥,我有需求,你可以满足我吗
- 10-19UICollectionView中Cell左对齐 居中 右对齐 等间距------你想要的,这里都有
- 10-19使用语音包合成你想说的话-文字转语音
- 10-19All in One 你想知道的 hacker 技术都在这里
- 10-19你想要的Android性能优化全攻略,拿去吧
- 10-19你想学的都在这里!双非渣本Android四年磨一剑,赶紧收藏!
- 10-19你想要的WinForm界面开发教程在这里 - 如何设置较厚的表格边框