The document is an index of various programming experiments, each with a specific task such as calculating marks, interest, area, temperature conversion, and more. It lists 15 different experiments along with their page numbers, dates, and signatures. Each experiment involves writing a program to perform a particular function or calculation.
The document is an index of various programming experiments, each with a specific task such as calculating marks, interest, area, temperature conversion, and more. It lists 15 different experiments along with their page numbers, dates, and signatures. Each experiment involves writing a program to perform a particular function or calculation.
SL NO . Name Of Experiment Page No. Date Of Experiment signature
1. WAP that accepts the marks of 5
subjects and finds the sum and percentage marks obtained by the student.
2. WAP that calculates the Simple
Interest and Compound Interest. The Principal, Amount, Rate of Interest and Time are entered through the keyboard.
3. WAP to calculate the area and
circumference of a circle.
4. WAP that accepts the temperature in
Cen grade and converts into Fahrenheit using the formula C/5= (F- 32)/9
5. WAP that swaps values of two
variables using a third variable.
6. WAP that checks whether the two
numbers entered by the user are equal or not.
7. WAP to find the greatest of three
numbers.
8. WAP that accepts marks of five
subjects and finds percentage and prints grades according to the following criteria: Between 90-100% -------------------------- Print ‘A’ 80-90%--------------------- Print ‘B’ 60- 80%-----------------------Print ‘C’ Below 60%------------------ Print ‘D’
9. WAP that takes two operands and
one operator from the user and perform the opera on and prints the result by using Switch statement.
10. WAP to print the sum of all numbers
up to a given number SL NO . Name Of Experiment Page No. Date Of Experiment signature
11. WAP to find the factorial of a given
number
12. WAP to print sum of even and odd
numbers from 1 to N numbers.
13. WAP to print the Fibonacci series
14. WAP that inputs two arrays and saves
sum of corresponding elements of these arrays in a third array and prints them.