MCPcopy Create free account
hub / github.com/SR-Sunny-Raj/Hacktoberfest2021-DSA / editprofile

Method editprofile

32. Java Programs/hotelManagement.java:413–425  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

adminmenuMethod · 0.80

Calls 2

printMethod · 0.45
nextMethod · 0.45

Tested by

no test coverage detected