hotel Management system in java
nimitshah622:
What functions should it have?
Answers
Answered by
0
The main task for Hotel Management Project in java is ahead to see all the things whether they are running smoothly or not, this software will be capable of doing or performing following tasks:
● Reservation.
● Registration.
● Billing/Clearance of ● Guest Folio.
● Checkout.
This Hotel Management Project in java is developed keeping in mind the various aspects of hotels in public sector as well as in private sector. This software is intended to be developed for Deluxe Class / Super-Deluxe Class Hotels. A Comparison will be done of Deluxe Class Hotels in public sector and in private sector and then the resultant / desired software will be developed.
This Hotel Management project in java uses Java as its front end and MS-Access database management system will be used as “Backend” which will be capable of recording information and high level language “Java” will serve as “Front end” for the software. The database will be capable of doing following operations:
Keeping records of various customers that visit in the hotel.
Keeping records of various items that are served to the customers.
Keeping records of customer’s Check-in/Check-out timings.
● Reservation.
● Registration.
● Billing/Clearance of ● Guest Folio.
● Checkout.
This Hotel Management Project in java is developed keeping in mind the various aspects of hotels in public sector as well as in private sector. This software is intended to be developed for Deluxe Class / Super-Deluxe Class Hotels. A Comparison will be done of Deluxe Class Hotels in public sector and in private sector and then the resultant / desired software will be developed.
This Hotel Management project in java uses Java as its front end and MS-Access database management system will be used as “Backend” which will be capable of recording information and high level language “Java” will serve as “Front end” for the software. The database will be capable of doing following operations:
Keeping records of various customers that visit in the hotel.
Keeping records of various items that are served to the customers.
Keeping records of customer’s Check-in/Check-out timings.
class hotel
{
static void main()
{
String s;
int n;
Scanner sc = new Scanner(System.in);
System.out.println("Enter Name:");
s=sc.nextLine();
System.out.println("Enter Number of ppl:");
n=sc.nextInt();
}
}
means next line
Answered by
1
import java.util.*;
class hotel
{
static void main()
{
String s;
int n;
Scanner sc = new Scanner(System.in);
System.out.println("Enter Name:");
s=sc.nextLine();
System.out.println("Enter Number of ppl:");
n=sc.nextInt();
}
}
Similar questions
Biology,
6 months ago
Science,
6 months ago
English,
6 months ago
Chemistry,
1 year ago
Accountancy,
1 year ago
Social Sciences,
1 year ago
Social Sciences,
1 year ago