()
| 411 | } |
| 412 | } |
| 413 | void editprofile(){ |
| 414 | Scanner sc = new Scanner(System.in); |
| 415 | System.out.println("_____________Edit profilr_____________"); |
| 416 | System.out.println("1.change hotel name"); |
| 417 | System.out.print("Enter your choise : "); |
| 418 | ch=sc.nextInt(); |
| 419 | switch(ch) |
| 420 | { |
| 421 | case 1: |
| 422 | System.out.print("Enter new name of hotel : "); |
| 423 | hotelName=sc.next(); |
| 424 | } |
| 425 | } |
| 426 | void removeitem() |
| 427 | { |
| 428 |