제가 받은 소스에는
Scanner sc1=new Scanner(System.in);
int choice=sc1.nextInt();
switch(choice)
{
case 1: case 2:
handler.addFriend(choice);
break;
case 3:
handler.showAllData();
이렇게 핸들러 사용햇는데
저는 뭘 사용해야하나요
FriendInfoHandler handler=new FriendInfoHandler(10);
이걸 선언한거보면 뭐가또잇나
너가 만들어야지
토닥토닥 ლ( ╹ ◡ ╹ ლ) 뿌잉뿌잉~