Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

____________________________________________________

ASSIGNMENT OF subjective QUESTIONS

1) Write a program to convert days to years, weeks and days .

2) Write a C++ program to display the entered date .

3) C++ Program to find Sum of odd numbers between 1 and 100 using class

4) C++ program to find Largest among 2 numbers using class.

5) C++ program to create class to read time in HH:MM:SS format and display into
Seconds.

6) C++ Program to Print Numbers From 1 to n using class

7) Write a C++ Program To Calculate Electricity Bill Of Person using Class.

8) Write a C++ Program To Calculate Simple Interest using class.


9) Write a program to print the area and perimeter of a triangle having sides of 3, 4 and 5
units by creating a class named 'Triangle' with a function to print the area and
perimeter.

10) Write a C++ program to Swap two numbers using class

You might also like