亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

java二級菜單怎么實現

小億
127
2024-03-13 15:42:58
欄目: 編程語言

實現Java二級菜單可以通過使用多層嵌套的菜單結構來實現。以下是一個簡單的示例代碼:

import java.util.Scanner;

public class Main {

    public static void main(String[] args) {
        Scanner input = new Scanner(System.in);

        int choice1, choice2;

        do {
            System.out.println("1. 一級菜單選項1");
            System.out.println("2. 一級菜單選項2");
            System.out.println("3. 退出");

            System.out.print("請選擇一級菜單選項:");
            choice1 = input.nextInt();

            switch (choice1) {
                case 1:
                    do {
                        System.out.println("1. 二級菜單選項1");
                        System.out.println("2. 二級菜單選項2");
                        System.out.println("3. 返回上一級菜單");

                        System.out.print("請選擇二級菜單選項:");
                        choice2 = input.nextInt();

                        switch (choice2) {
                            case 1:
                                System.out.println("執行二級菜單選項1的操作");
                                break;
                            case 2:
                                System.out.println("執行二級菜單選項2的操作");
                                break;
                            case 3:
                                break;
                            default:
                                System.out.println("無效選項,請重新選擇");
                        }
                    } while (choice2 != 3);
                    break;
                case 2:
                    System.out.println("執行一級菜單選項2的操作");
                    break;
                case 3:
                    System.out.println("退出程序");
                    break;
                default:
                    System.out.println("無效選項,請重新選擇");
            }

        } while (choice1 != 3);

        input.close();
    }
}

在上面的示例中,首先展示了一級菜單選項,用戶可以選擇一級菜單中的選項。如果選擇了一級菜單中的某個選項,會顯示相應的二級菜單選項,用戶可以選擇二級菜單中的選項進行操作。用戶可以在任意時刻返回上一級菜單或退出程序。整個程序通過嵌套的switch語句實現了多層菜單的功能。您可以根據實際需求進行修改和擴展。

0
航空| 长岭县| 永胜县| 五莲县| 成武县| 老河口市| 双鸭山市| 维西| 榕江县| 新郑市| 扬州市| 黑水县| 即墨市| 岫岩| 邹平县| 民乐县| 巴彦淖尔市| 广宁县| 中卫市| 沿河| 永济市| 龙游县| 安徽省| 江阴市| 乳山市| 泗阳县| 虎林市| 女性| 鄂温| 巫山县| 罗源县| 涿州市| 庄浪县| 钦州市| 昌黎县| 大方县| 池州市| 庄河市| 绥江县| 博野县| 潍坊市|