문제3.
Problem Statement Your task is to design a class Menu.
An object of this class can display a menu such as
1) Open new account
2) Log into existing account
3) Help
4) Quit
The numbers should be supplied automatically when options are added to the menu.
<Input>
Open new account
Log into existing account
Help
Quit
<Output>
1) Open new account
2) Log into existing account
3) Help
4) Quit
응용) ▶ 클래스 정의 후 인스턴스 생성하여 메뉴 표시
▶ 응용: Method정의, Array및 반복문 사용한다.
뭘구하라는건지 영어를 모르니 모르겟어요....
문제만 알려주세요...