Micro Project Report On Project On Catering System: Object Oriented Programming (Oop)
Micro Project Report On Project On Catering System: Object Oriented Programming (Oop)
1. Basic knowledge
2. Experiments and practice.
3. Individual team work.
4. Engineering tools.
5. Lifelong learning.
int main()
{
string NameOfEvent, CustomerName; // Name of Event + Customer Name
double NumberOfGuests; // Number of Guests in attendance
int NumberOfMinutes; // Number of Minutes in the event
cout << "Enter the name of the event " << endl;
getline(cin, NameOfEvent);
cout << "Enter the customer's first and last name " << endl;
getline(cin, CustomerName);
cout << "Enter the number of guests " << endl;
cin >> NumberOfGuests;
cout << "\n\nEnter the number of minutes in the event " << endl;
cin >> NumberOfMinutes;
cout << "Please deposite a 25% deposit to reserve the event" << endl;
cout << "The deposit needed is: " << setw(5) << DepositAmount << endl;
return 0;
}
Name of Student: SHAIKH MOHD HASAN MOHD RAEES Enrollment: 2005630184
Roll No: 08 Name of Program:-INFORMATION TECHNOLOGY
Semester: III
Course Title: OBJECT ORIENTED PROGRAMMING
Code: 22316 Title of the project: catering system
5 Quality of Prototype/Model
6 Report Preparation
(B) Individual presentation/Viva ( Convert above total marks out of 4 marks)
7 Presentation
8 Viva
Comments / Suggestions about team work / leadership / inter-personal communication (If any):