11 Pro Merged
11 Pro Merged
SESSION 2024 – 25
TH
11 SCIENCE STREAM IP
(INFORMATICS PRACTICES)
MANAGEMENT
SUBMITTED TO : SUBMITTED BY :
MR. RINKESH TORNIYA ATHARV JAIN
Acknowlegment
PRINCIPAL’S SIGNATURE
INTRODUCTION
The project, Hotel Management system is a
web based application that allows the hotel
manager to handle all activities online.
Interactive GUI and the ability to manage
various hotel bookings and rooms makes
these system very flexible and convenient.
The hotel is a very busy person and does not
have the time to sit and manage the entire
activities manually on paper. This application
gives him/her the power and flexibility to
manage the entire system from a single online
system. Hotel management system provides
room booking, staff management and other
necessary Hotel management features. The
system allow the manager to post available
rooms in the system. Customers can view and
book room online. Admin has the power of
either approving or disapproving the
customer’s booking request, other hotel
service can also be viewed by the customers
and can book them too. The system is hence
useful for both customers and managers to
portable manage the hotel activities.
def restart():
ROOM")
SERVICES")
a=int(input())
if a==1:
print("PRESS 1 for NORMAL ROOM SINGLE BED for ONE PERSON PRICE 1000 per day ")
print("PRESS 2 for NORMAL ROOM DOUBLE BED for TWO PERSONS PRICE 1500 per day ")
print("PRESS 3 for NORMAL ROOM DOUBLE BED for FOUR PERSONS PRICE 3000 per day ")
b=int(input())
if b==1:
print("*CONGRATULATIONS* YOU HAVE BOOKED NORMAL ROOM SINGLE BED FOR ONE PERSON")
elif b==2:
print("*CONGRATULATIONS* YOU HAVE BOOKED NORMAL ROOM DOUBLE BED for TWO PERSONS")
elif b==3:
print("*CONGRATULATIONS* YOU HAVE BOOKED NORMAL ROOM DOUBLE BED for FOUR PERSONS")
else:
#****************************************************normal room
elif a==2:
print("PRESS 1 for AC ROOM SINGLE BED for ONE PERSON PRICE 3000 per day")
print("PRESS 2 for AC ROOM DOUBLE BED for TWO PERSONS PRICE 4000 per day")
print("PRESS 3 for AC ROOM DOUBLE BED for FOUR PERSONS PRICE 6000 per day")
b=int(input())
if b==1:
print("*CONGRATULATIONS* YOU HAVE BOOKED AC ROOM SINGLE BED for ONE PERSON ")
elif b==2:
print("*CONGRATULATIONS* YOU HAVE BOOKED AC ROOM DOUBLE BED for TWO PERSONS ")
elif b==3:
print("*CONGRATULATIONS* YOU HAVE BOOKED AC ROOM DOUBLE BED for FOUR PERSONS ")
else:
#**************************************************AC room
elif a==3:
print("PRESS 1 for HEATER ROOM SINGLE BED for ONE PERSON PRICE 2000 per day")
print("PRESS 2 for HEATER ROOM DOUBLE BED for TWO PERSONS PRICE 3000 per day")
print("PRESS 3 for HEATER ROOM DOUBLE BED for FOUR PERSONS PRICE 5000 per day")
b=int(input())
if b==1:
print("*CONGRATULATIONS* YOU HAVE BOOKED HEATER ROOM SINGLE BED for ONE PERSON ")
elif b==2:
print("*CONGRATULATIONS* YOU HAVE BOOKED HEATER ROOM DOUBLE BED for TWO PERSONS ")
elif b==3:
print("*CONGRATULATIONS* YOU HAVE BOOKED HEATER ROOM DOUBLE BED for FOUR PERSONS ")
else:
#**************************************************************HEATER ROOM
elif a==4:
print("PRESS 3 for GAMING ZONE ENTRY FEES 1500 ONE DAY ")
") b=int(input())
if b==1:
elif b==2:
print("*CONGRATULATIONS* YOU HAVE BOOKED GAMING ZONE FOR ONE DAY ")
elif b==4:
else:
#**************************************************OTHER SERVICES
elif a==5:
1. DAL
2. CHAPATI
3.PANEER SABJI
4.SEV KI SABJI
5.JEERA RICE
6.RAITA
7.MITHAI''')
b=int(input())
if b==1:
elif b==2:
else:
print("!INVALID NUMBER PRESSED!")
#************************************************************************FOOD SERVICES
else:
restart()
for i in range(1000):
a=int(input())
if a==1:
restart()
else:
exit()