Canteen management
December 17, 2017 | Author: Avnish Yadav | Category: N/A
Short Description
Download Canteen management...
Description
COMPUTER SCIENCE PROJECT FILE ON CANTEENMANAGEMENT
PROJECT PREPARED BY:
Aakash Jain XII Session: 2009-2010 Jaswant Modern Sr. Sec. Public School
TABLE OF CONTENTS Certificate Acknowledgement Working description of project Header files and their purpose
Coding & outputs
ACKNOWLEDGEMENT It would be my utmost pleasure to express my sincere thanks to My Computer Science Teacher Mrs.Bhawana in providing a helping hand in this project. Her unflagging patience, creativity and immense knowledge that she shared with me have proved highly beneficial to me and have made my Project File both possible and successful.
CERTIFICATE This is to certify that Aakash Jain of class XII completed this project titled “CanteenManagement” under my guidance & this project may be considered as the part of the practical exam of AISSCE conducted by CBSE.
Mrs. Bhawana Computer Science Jaswant Modern Sr. Sec. Public School
HEADER FILES USED AND THEIR PURPOSE
1.
PROCESS.H – for exit() function
2.
CONIO.H – for clrscr() and getch() functions
3.
STDIO.H – for standard I/O operations
4.
DOS.H – for execution of program
5.
STRING.H – for string handling
6.
IOSTREAM.H –for input/output operations
7.
IOMANIP.H–for C++ streams I/O manipulators
WORKING DESCRIPTION OF
PROJECT This program is designed for calculating the bill for the items purchased by the customer.
This program consists of five options as follows
1.
FOR MENU & PURCHASE
2.
DETAILS ABOUT THE
CANTEEN 3.
QUATITY AVAILABLE
4.
TO EXIT
CODING
/* /////////////////////////INTRODUCTION//////////// //NAME:- AAKASH JAIN/ //CLASS:- XII / ///////////////////////////// #################### #CANTEEN MANAGEMENT# #################### */ /*## HEADER FILES ##*/ #include
#include #include #include #include #include #include main() { clrscr(); unsigned int sum,add,d,i,j,e,f,g,h,k,l,w,x,y,z; unsigned int bir=10,per=36,der=110,mur=8,par=110,cor=90,twr=1199, lur=17,tir=107, rer=1499; int qubis=1000,abis=0,qupep=1000,apep=0,quden=110,aden=0,qumun=1000,amun=0,quper k=500,aperk=0,qucoc=400,acoc=0,qutit=100,atit=0,qulux=1000,alux=0,qutid=1000,atid= 0,quree=300,aree=0; unsigned int m=0,n=0,o=0,p=0,q=0,r=0,s=0,t=0,u=0,v=0; char name[50],rank[10],pu,c[20],a[15],b[15],ok; clrscr(); getch(); clrscr(); cout
View more...
Comments