You are on page 1of 4

PRACTICLE FILE

OF

OBJECT ORIENTED PROGRAMMING USING C++ (108)


Submitted in the partial fulfillment of the degree of
BACHELOR OF BUSINESS ADMINISTRATION
COMPUTER AIDED MANAGEMENT
BBA (CAM)
(2021-2024)

SUBMITTED BY: MANSI WALECHA


ROLL NO: 01813401921

Under the guidance of


Ms. Rakhi Gangal
(Sr. Assistant Professor)

Ideal Institute of Management & Technology


16-x Karkardooma Institutional Area, Delhi-92
(Affiliated to Guru Gobind Singh Indraprastha University)
CERTIFICATE

This is to certify that the Practical file of OBJECT


ORIENTED PROGRAMMING LANGUAGE (108) is
submitted by MANSI WALECHA student of BBA CAM Ideal
Institute of Management and Technology during the year 2022,
in partial fulfillment of the requirements for the Award of the
Degree of BBA CAM, under my guidance and direction. To the
best of my knowledge and belief the data and information
presented by her in the practical file has not been submitted
earlier.

Ms. Rakhi Gangal


(Sr. Assistant Professor)
ACKNOWLEDGEMENT

Behind every task undertaken, there are several people whose


gracious motivation leads to its success. I take it as my privilege
to express my gratitude and few words of thanks and thanks to
all those who directly or indirectly guided and inspired me in the
task of learning.

I express my great sense of gratitude to my mentor Ms. Rakhi


Gangal for her personal involvement in every facet of this work
and readiness to resolve any point of confusion by mutual
discussion and encouragement.

MANSI WALECHA
01813401921
INDEX
S. No Topic Page No
1. Write a program to display 1
“HELLO WORLD” on screen.
2. Write a program to accept two 2
numbers from users and display
its addition.

3. Write a program to display first 3


10 natural numbers using “FOR
LOOP”.

4. Write a program to display odd 4


numbers using “WHILE LOOP”.

5. Write a program which shows the 5


difference between “WHILE
AND DO WHILE LOOP”.

6. : Write a program to display 6


whether entered number is
“EVEN OR ODD”.
7. Write a program to display which 7
number is “GREATER,LESSER
OR EQUAL TO” between two
number entered by the user.

8. Write a program that will 8


“ADD,MULTIPLY AND
DIVIDE” numbers using
functions and user can select
function as per choice.

9. Write a program to accept name 9


in class from users and display
accepted values .

You might also like