0% found this document useful (0 votes)
0 views

index new

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.

Uploaded by

agyaprajapati3
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
0 views

index new

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.

Uploaded by

agyaprajapati3
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

INDEX

PARTICULARS OF THE EXPERIMENTS PERFORMED

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.

15. WAP to find the minimum and


maximum element of the array

You might also like