Mit Polytechnic, Pune.: Micro-Projrct
Mit Polytechnic, Pune.: Micro-Projrct
MICRO-PROJRCT.
Academic year: 2020-2021.
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.
Seal
Institute
seal
2
MAHARASHTRA STATE
BOARD OF TECHNICAL EDUCATION
CERTIFICATE
Institute
seal
3
MAHARASHTRA STATE
BOARD OF TECHNICAL EDUCATION
CERTIFICATE
Institute
seal
4
MAHARASHTRA STATE
BOARD OF TECHNICAL EDUCATION
CERTIFICATE
Institute
seal
5
Student/Group Details [if group is applicable]:
6
Micro-Project Proposal-A
For Third semester
7
To perform various operations using C++ concepts
and designing a program for Hotel Billing System.
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
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.
10
Collected information from programming websites, internet,
and various relevant sources and placed them together to
make and effective report.
• 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;
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();
}
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.
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
16
Name and designation of the Faculty Member:
Signature:
17