Cs Project Documenataiton - Bus Ticket Reservation Program
Autor: n a j • December 3, 2015 • Coursework • 2,572 Words (11 Pages) • 986 Views
MACHINE PROJECT
CS10-1L
BUS TICKET RESERVATION
A7
September 15, 2015
Submitted to:
Engr. Cheryl Mari M. Isip
1ST Quarter / 2015-2016
- Declaration of Originality of Work
We hereby declare that this laboratory project entitled Hotel Reservation submitted as partial fulfilment of the requirements for the course CS10-1L, is our own unaided work and not copied from nor written in any collaboration with other person or institution, and has not been formerly submitted to other university/ institution as program requirement.
DEBBIE DC. AGUINALDO
Name and Signature
ROANNA MARIE S. GABRIEL
Name and Signature
JIENA MARIE M. MARIANO
Name and Signature
- Machine Problem Description
- Problem Statement
In this program, we are assigned to help our clients in finding an easy way of transportation. Through this, we can guarantee that the customer will be able to indicate the specific date and location that he/she wants to go.
The destination of the bus is from manila to central Luzon and vice versa. The program will ask the customer for the date of departure, specific location, and bus number. The program will also ask for the email add of the user, so it can send the private code as a proof that he/she will reserve for the bus seat.
Bus Reservation Ticket is one of the stress-free ideas in order to escape from time-consuming waiting for the bus vacant seats. We can’t deny that it is really hard to ride in a bus whenever it is raining, because a lot of people will ride on it. So in order for the assurance of the individual and to lessen their burden, we are making a bus reservation ticket with the aid of c++.
Online Bus Reservation Ticket is more calm system to pledge in discerning for a quick process of travel that you are planning. This may give you some options in deciding for a good place to sit and the price of transportation that you are going to pay. This will give you notions and awareness, so there will be less worry to think.
- Design
- Source Code
#include
#include
using namespace std;
//****************************//
// ----About----//
//****************************//
void About()
{
cout<<"\n This bus company only travels from Manila to Central Luzon Cities/Provinces only. The reservation system is only applicable within 3-5 days before travel.";
cout<
cout<<"\n The client must enter the necessary information to proceed the program. At the end of the program the client will able to know the total faare of his/her/their travel. ";
...