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

Method main

32. Java Programs/hotelManagement.java:7–14  ·  view source on GitHub ↗
(String [] args)

Source from the content-addressed store, hash-verified

5import java.util.*;
6public class hotel_AP{
7 public static void main(String [] args)
8 {
9 customers [] customer = new customers[10];
10 customer[0] = new customers();
11 customer[0].customerData();
12 admin admin1=new admin();
13 admin1.adminmenu();
14 }
15}
16class customers{
17 int tableNo;

Callers

nothing calls this directly

Calls 2

adminmenuMethod · 0.95
customerDataMethod · 0.80

Tested by

no test coverage detected