You are on page 1of 1

Section A - C++ PROGRAMS

1. To interchange the values of two variables.


2. To find the area and circumference of a circle.
3. To find the area of a triangle.
4. To convert days into years, months and days.
5. To find the largest, smallest and second largest of three numbers using simple if
statement.
6. To Calculate the total bill amount, using simple if statement.
7. To check whether a given year is a leap year or not.
8. To find out whether the character is lowercase or uppercase.
9. To calculate the final electricity bill amount using nested-if statement.
10. To calculate the total percentage and output the result.
11. To find the sum of all the digits of a number using while statement.
12. To calculate compound interest using while statement.
13. To check whether a given number is a power of 2.
14. To check whether a given number is an Armstrong number using do-while statement.
15. To find the factorial of a number using for loop.

Section B - SPREADSHEET
1. Eight salesmen sell three products for a week. Using a spreadsheet, create a sales report.
2. Enter and calculate the given details for 10 employees to calculate Salary.
3. Enter the given details for 10 Students to calculate Total and Percentage.

SECTION C - HTML
1. Create a Web page to display your details using different tags.
2. Create a model Website for your college using different tags.

You might also like