// 핸드폰 번호 입력받는 기능 public string enterPhoneNumFunction() { print.enterPhoneNum(); phoneNum = Console.ReadLine(); if (phoneNum == "b") { run.startMember(); } if (exception.phoneNumCheck(phoneNum)) { enterPhoneNumFunction(); } return(phoneNum); }