Pps Project
Pps Project
Pps Project
BACHELOR OF TECHNOLOGY
In
By
Mr.Avinash.S Asst.professor
3.1 EXISTING
for an alternative other than Before this program was created, people
used to consult railway station for booking of their tickets they also used
to search going to railway station but could not find any solution.
3.2 PROPOSED
The user is prompted to select their source and destination to book their
tickets. This project has provided valuable insights into the variations of
ticket prices and number of trains available .By using structures and
functions we can book our tickets.
4. ALGORITHM
The algorithm for booking a ticket from Railway Reservation website is as follows:
Step 2 : Login to your account with your username and password. if you don't have an
account then you need to create it using your phone number or email id.
Step 3 : Enter your source and destination and date of journey and then check for
train's availability by selecting a suitable train.
Step 4 : If ticket are available then move forward by confirming your ticket by
entering your details and complete your payment.
Step 5 : Else if ticket is not available look for another suitable train and repeat step 4
Step 6: download your ticket for further use from your account menu.
Step 7 : Stop
5. SYSTEM REQUIREMENTS
Some of the requirements for this project are listed
below:
int main() {
char name[50];
int age, numTickets;
double totalPrice;
char destination[50], arrival[50], departure[50];
bool isSenior = false, isThatkal = false;
int numSeats = MAX_SEATS;
return 0;
Output screens
Conclusions
In conclusion the train tickets booking system has provided valuable
insights to the customers . customer can book tickets online 24*7.The
project has emphasized the importance of using tickets booking system.