(ArrayList list)
| 401 | }while(ch!=j); |
| 402 | } |
| 403 | void displayMainMenu(ArrayList list) |
| 404 | { |
| 405 | int i=1; |
| 406 | Iterator itr1=list.iterator(); |
| 407 | while(itr1.hasNext()) |
| 408 | { |
| 409 | System.out.println(" "+i+"."+itr1.next()); |
| 410 | i++; |
| 411 | } |
| 412 | } |
| 413 | void editprofile(){ |
| 414 | Scanner sc = new Scanner(System.in); |
| 415 | System.out.println("_____________Edit profilr_____________"); |
no test coverage detected