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

溫馨提示×

如何通過do-while循環實現菜單驅動程序

小樊
89
2024-08-09 19:39:36
欄目: 編程語言

以下是一個使用do-while循環實現菜單驅動程序的示例:

import java.util.Scanner;

public class MenuProgram {
    public static void main(String[] args) {
        Scanner scanner = new Scanner(System.in);
        int choice;

        do {
            System.out.println("Menu:");
            System.out.println("1. Option 1");
            System.out.println("2. Option 2");
            System.out.println("3. Option 3");
            System.out.println("4. Exit");
            System.out.print("Enter your choice: ");
            choice = scanner.nextInt();

            switch (choice) {
                case 1:
                    System.out.println("You selected Option 1");
                    break;
                case 2:
                    System.out.println("You selected Option 2");
                    break;
                case 3:
                    System.out.println("You selected Option 3");
                    break;
                case 4:
                    System.out.println("Exiting program...");
                    break;
                default:
                    System.out.println("Invalid choice. Please try again.");
                    break;
            }

        } while (choice != 4);

        scanner.close();
    }
}

在這個示例中,程序將一直顯示菜單,直到用戶選擇退出選項(選擇4)。用戶可以選擇菜單中的任意選項,并根據他們的選擇執行相應的操作。當用戶選擇退出選項時,程序將退出循環并結束。

0
马关县| 昌黎县| 西丰县| 来宾市| 乐东| 海晏县| 呼图壁县| 紫阳县| 凭祥市| 天祝| 读书| 大余县| 沿河| 侯马市| 吉水县| 靖州| 江阴市| 丰都县| 吉木乃县| 佳木斯市| 渝中区| 虹口区| 衢州市| 鹰潭市| 当涂县| 成安县| 景东| 高陵县| 苍梧县| 宜昌市| 平潭县| 浦城县| 苏尼特左旗| 蕲春县| 沛县| 屏边| 东至县| 泽普县| 柘城县| 隆德县| 新泰市|