You are on page 1of 10

Name:,

Muhammad AAMIR ISLAM MEO


RoLL No :.,
BEEM-F17-025
In our project CANTEEN
MANGMENT
//// NAME OF PROJECT IS CANTEEN MANGMENT*********

#include<iostream>

using namespace std;

int main()

///VARIABLE DECLEAR*******

int student,a,b,c;

///OUT PUT STATEMENT WHICH SHOW ON SCREEN***************

cout<<"*********WELCome to The SuPerioR canTteEn


Management:**************"<<endl;

cout<<"****************************************"<<endl;

cout<<"Press 1 for drinks:"<<endl;

cout<<"press 2 for foods:"<<endl;

cout<<"press 3 forFast food:"<<endl;

cout<<"press 4 for hourner meeting:"<<endl;

cout<<"press 5 for pay bill:"<<endl;

cout<<"****************************************"<<endl;

////IN PUT STATEMENT WHICH WE GIVE********

cin>>student;

///CONDITION WHICH WE GIVE*********

if(student==1)

///PRESS FOR DRINKS**********

cout<<"press 1 for coke:"<<endl;


cout<<"press 2 for pepsi:"<<endl;

cout<<"press 3 for mirinda:"<<endl;

cout<<"press 4 for 7up:"<<endl;

cout<<"press 5 for sprit:"<<endl;

cout<<"press 6 for vagonar:"<<endl;

cout<<"press 7 for gorma:"<<endl;

cout<<"************************************"<<endl;

cin>>student;

if(student==1)

///PRESS FOR DRINKS PRICES******

cout<<"coke price=25";

cout<<endl;

if(student==2)

cout<<"pepsi price=25";

cout<<endl;

if(student==3)

cout<<"Mirinda price=25";

cout<<endl;

}
if(student==4)

cout<<"7up price=25";

cout<<endl;

if(student==5)

cout<<"sprite price=25";

cout<<endl;

if(student==6)

cout<<"vagonar price=60";

cout<<endl;

if(student==7)

cout<<"gorma price=20";

cout<<endl;

if(student==2)

///PRESS FOR FOOD********


cout<<"press 1 for chicken rice"<<endl;

cout<<"press 2 for chicken"<<endl;

cout<<"press 3 for beef"<<endl;

cout<<"press 4 for mutten"<<endl;

cout<<"press 5 for white korma"<<endl;

cout<<"press 6 for chicken korma"<<endl;

cin>>student;

if(student==1)

///PRESS FOR FOOD PRICES*********

cout<<"chicken rice price=110";

cout<<endl;

if(student==2)

cout<<"chicken price=70";

cout<<endl;

if(student==3)

cout<<"beef price=150";

cout<<endl;

if(student==4)
{

cout<<"mutten price=180";

cout<<endl;

if(student==5)

cout<<"white korma price=100";

cout<<endl;

if(student==6)

cout<<"chicken korma price=90";

cout<<endl;

if(student==3)

///PRESS FOR FAST FOOD*******

cout<<"press 1 for Pizza"<<endl;

cout<<"press 2 for buger"<<endl;

cout<<"press 3 for shumera"<<endl;

cout<<"press 4 for chicken buger"<<endl;

cout<<"press 5 for drum strick"<<endl;

cout<<"press 6 for fries"<<endl;


cin>>student;

if(student==1)

///PRESS FOR FAST FOOD PRICES********

cout<<"pizza price=90";

cout<<endl;

if(student==2)

cout<<"burger price=50";

cout<<endl;

if(student==3)

cout<<"shumera price=70";

cout<<endl;

if(student==4)

cout<<"chicken burger=80";

cout<<endl;
}

if(student==5)

cout<<"drum strick=100";

cout<<endl;

if(student==6)

cout<<"fries price=50";

cout<<endl;

if(student==4)

///PRESS FOR MANGMENT PEOPLE*******

cout<<"press 1 for houner meeting:"<<endl;

cout<<"press 2 for accountant :"<<endl;

cout<<"press 3 for waiter:"<<endl;

cin>>student;

if (student==1)

{
///PRESS FOR HONER*******

cout<<"appiontment is with amir islam:"<<endl;

cout<<"GO to office at third floor:"<<endl;

if (student==2)

///PRESS FOR ACCOUNTTANT********

cout<<"your appotiment is with asad :"<<endl;

cout<<"office of accountant is at secound


floor:"<<endl;

if(student==3)

///PRESS FOR TABLE MAN********

cout<<"waiter of your table is asghar:"<<endl;

if (student==5)

///PRESS FOR PRODUCT AND TOTAL BILLS*********

cout<<"welcome to the bill system of superior


cAnTeEn:"<<endl;

cout<<"ENter your product amount:"<<endl;


cin>>a>>b>>c;

cout<<"your toTal bill is =:"<<a+b+c<<endl;

cout<<" ThAnks For buYing the product:"<<endl;

You might also like