100% found this document useful (1 vote)
325 views17 pages

Mit Polytechnic, Pune.: Micro-Projrct

This document describes a micro-project completed by students at MIT Polytechnic, Pune for the academic year 2020-2021. The project involved developing a C++ program for a hotel billing system. Four students completed the project under the guidance of Prof. Megha Dhotay. The project proposal provides details of the tasks, timeline, and involved developing the program code and generating output. The students demonstrated skills in object-oriented programming using C++. Certificates were issued to certify the successful completion of the micro-project.

Uploaded by

Atharav Merukar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
325 views17 pages

Mit Polytechnic, Pune.: Micro-Projrct

This document describes a micro-project completed by students at MIT Polytechnic, Pune for the academic year 2020-2021. The project involved developing a C++ program for a hotel billing system. Four students completed the project under the guidance of Prof. Megha Dhotay. The project proposal provides details of the tasks, timeline, and involved developing the program code and generating output. The students demonstrated skills in object-oriented programming using C++. Certificates were issued to certify the successful completion of the micro-project.

Uploaded by

Atharav Merukar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 17

MIT POLYTECHNIC, PUNE.

MICRO-PROJRCT.
Academic year: 2020-2021.

Title of the project.


C++ Program for Hotel Billing System.
Program: Computer Engineering.
Program code: CO3I.
Course: Object Oriented Programming using C++.
Course code: 22316.

{Prof. Megha Dhotay} {Prof. Dr. J. G. Mante.}


[Name of Guide] [Name of Guide]

1
MAHARASHTRA STATE
BOARD OF TECHNICAL EDUCATION
CERTIFICATE

This is to certify that Shitole Atharva Suresh Roll no.23 of 3rd semester
Of Diploma in COMPUTER ENGENEERING of Institute: MIT Polytechnic
Pune [Code:0148] has completed the Micro Project satisfactorily
in Subject: Object Oriented Programming Using C++ for academic
year 2020-2021 as prescribe in the Curriculum.

Place: Kothrud, Pune. Enrollment No: 2001480048


Date: Exam seat no:
Subject Teacher Head of the Department Principle

Seal
Institute
seal

2
MAHARASHTRA STATE
BOARD OF TECHNICAL EDUCATION
CERTIFICATE

This is to certify that Merukar Atharva Santosh Roll no.58 of 3rd


semester Of Diploma in COMPUTER ENGENEERING of Institute: MIT
Polytechnic Pune [Code:0148] has completed the Micro Project
satisfactorily in Subject: Object Oriented Programming Using C++ for
academic year 2020-2021 as prescribe in the Curriculum.

Place: Kothrud, Pune. Enrollment No: 2001480083


Date: Exam seat no:
Subject Teacher Head of the Department Principle

Institute
seal

3
MAHARASHTRA STATE
BOARD OF TECHNICAL EDUCATION
CERTIFICATE

This is to certify that Sudarshan Patil Roll no.59 of 3rd semester


Of Diploma in COMPUTER ENGENEERING of Institute: MIT Polytechnic
Pune [Code:0148] has completed the Micro Project satisfactorily
in Subject: Object Oriented Programming Using C++ for academic
year 2020-2021 as prescribe in the Curriculum.

Place: Kothrud, Pune. Enrollment No: 2001480084


Date: Exam seat no:
Subject Teacher Head of the Department Principle

Institute
seal

4
MAHARASHTRA STATE
BOARD OF TECHNICAL EDUCATION
CERTIFICATE

This is to certify that Misal Premkumar Balkrushna Roll no.17 of 3rd


semester Of Diploma in COMPUTER ENGENEERING of Institute: MIT
Polytechnic Pune [Code:0148] has completed the Micro Project
satisfactorily in Subject: Object Oriented Programming Using C++ for
academic year 2020-2021 as prescribe in the Curriculum.

Place: Kothrud, Pune. Enrollment No: 2001480042


Date: Exam seat no:
Subject Teacher Head of the Department Principle

Institute
seal

5
Student/Group Details [if group is applicable]:

SR.NO NAME ROLL.NO ENROLLMENT SEAT


NUMBER NO.

1 Shitole Atharva Suresh 23 2001480048

2 Merukar Atharva Santosh 58 2001480083


3 Sudarshan Patil 59 2001480084
4 Misal Premkumar 17 2001480042
Balkrushna

Name of Guide: {Prof. Megha Dhotay}

6
Micro-Project Proposal-A
For Third semester

Project Problem Statement/Title


C++ Program for Hotel Billing System.

1.0 Brief Introduction:


C++ is an object-oriented programming language
that was developed by Bjarne Stroustrup at Bell
Labs. C++ is a middle-level language rendering it the
advantage of programming low-level (drivers,
kernels) and even higher-level applications (games,
GUI, desktop apps etc.). The basic syntax and code
structure of both C and C++ are the same. One of the
strongest points of the language which sets it apart
from C. Object-Oriented support helps C++ to make
maintainable and extensible programs. i.e. Large-
scale applications can be built. Procedural code
becomes difficult to maintain as code-size grows. C+
+ is a compiled language, contributing to its speed.

2.0 Aim of the Micro-Project:

7
To perform various operations using C++ concepts
and designing a program for Hotel Billing System.

3.0 Action Plain:


Sr Details of Activity Planne Planne Name of
No d d Responsible team
. Short Finish member
Date Date
1. Searching for topic 10|12|21 10|12|
21
Shitole Atharva
2. Surviving 11|12|21 12|12|
21 Merukar Atharva
information
3. Requirement 12|12|21 12|12| Patil Sudarshan &
21 Merukar Atharva
Analysis
4. Finalizing Layout 12|12|21 12|12|
21
Misal Premkumar
5. Generating Program 13|12|21 13|12|
21 Shitole Atharva
and Final Execution

6. Report generation 13|12|21 13|12|


21
Misal Premkumar
7. Final submission 10|6|21 14|6|21 Shitole Atharva

8
4.0 Resources Used.
Sr. No. Name of Specification Quantity Remarks
Resources/
Material
1. Computer Any desktop/ One computer
system laptop with system for
Linux each student
distribution
2. Office software MS office or Not applicable
package Libre office
3. Software
required

Micro-Project Proposal-B

Project Problem Statement/Title

9
C++ Program for Hotel Billing System.
1.0 Brief Introduction:
C++ is an object-oriented programming language that was
developed by Bjarne Stroustrup at Bell Labs. C++ is a middle
level language rendering it the advantage of
programming low-level (drivers, kernels) and even
higher-level applications (games, GUI, desktop apps etc).
The basic syntax and code structure of both C and C++
are the same. One of the strongest points of the
language which sets it apart from C. Object-Oriented
support helps C++ to make maintainable and extensible
programs. i.e. Large-scale applications can be built.
Procedural code becomes difficult to maintain as code
size grows. C++ is a compiled language, contributing to
its speed.

2.0 Aim of the Micro-Project:


To perform various operations using C++ concepts and
designing a program for Hotel Billing System.

3.0 COURSE OUTCOME INTEGRATED:


a. Develop C++ programs to solve problems using
Procedure Oriented Approach.
4.0 Actual Procedure Followed:

10
Collected information from programming websites, internet,
and various relevant sources and placed them together to
make and effective report.

5.0 Actual Resources Used:


Computer systems, Wikipedia, Online GDB Compiler etc.

6.0 Skill Development/learning out of this Micro-Project.


Learned advantages, disadvantages, uses of C++
programming. You will understand low level implementation of
polymorphism when you will implement virtual tables and
virtual table pointers, or dynamic type identification. C++ is one
of the ever-green programming languages and loved by
millions of software developers.

C++ Program for Hotel Billing System.

• Program Code:
#include <iostream>

11
#include<conio.h>
using namespace std;
float no,price[50],total[50],qty[50],tt;
char item[30];
int main()
{
int i,j;

cout<<"\n\n\t\t\tShiv's Billing Software\n\n";


cout<<"\nEnter The Number of Products you'v
Purchased:";
cin>>no;
cout<<"\n\nSL No\tITEM
NAME\tQUANTITY\tPRICE/ITEM\n\n";
for(i=1;i<=no;i++)
{
cout<<i;
cout<<"\t";
cin>>item;
cout<<"\t";
cin>>qty[i];
cout<<"\t";
cin>>price[i];
total[i]=price[i]*qty[i];
cout<<"\n\n";
}

12
for(i=1;i<=no;i++)
{
tt=tt+total[i];
}

cout<<"\n\n\t\t\tTOTAL:"<<tt<<" Rupees";
cout<<"\n\n\t\t\tTHANK YOU VISIT AGAIN.....";
getch();
}

• Program Code Ouput:


Solution

13
• Conclusion:
We have come to know about different concepts of OOPS.
A book shop maintains the inventory of books that are

14
being sold at the shop. The list includes details such as
author, title, price, publisher and stock position.
Whenever a customer wants a book, the sales person
inputs the title and author and the system searches the list
and displays whether it is available or not. If it is not, an
appropriate message is displayed. If it is, then the system
displays the book details and requests for the number of
copies required. How OOPS can make programming easy.

Micro-Project Evaluation Sheet

15
Roll. Student Name Enrollment Process Product Total
No. Number Assessment Assessment Marks
(10)
23 Shitole Atharva 2001480048
Suresh
58 Merukar Atharva 2001480083
Santosh
59 Patil Sudarshan 2001480084

17 Misal Premkumar 2001480042


Balkrushna

Note: Every course teacher is expected to assign marks for


evaluation in first 3 columns and individual evaluation in 4
columns for each group of students as per rubies
comments/suggestion team work/leadership/inter-personal
communications (if any)

Any other Comments.

16
Name and designation of the Faculty Member:
Signature:

17

You might also like