INDEX
S.no          Name of Program                     Date   Signature
 1     WAP to print "Hello World".
 2     WAP to calculate the area and
       circumference of a circle.
 3     WAP a program to calculate simple
       interest.
 4     WAP that accepts the temperature in
       Centigrade and converts into
 5     Fahrenheit.
       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 finds whether a given number
       is even or odd.
 9     WAP that tells whether a given year is a
       leap year or not.
 10    WAP that takes two operands and one
       operator from the user and perform the
       operation and prints the result by using
       Switch statement.
 11    WAP to print the sum of all numbers up
       to a given number.
 12    WAP to find the factorial of a given
       number.
 13    WAP to print sum of even and odd
       numbers from 1 to N numbers.
 14    WAP to print the Fibonacci series.
 15    WAP to check whether the entered
       number is prime or not.
 16    WAP to find the sum of digits of the
       entered number.
 17    WAP to find the reverse of a number.
 18    WAP to convert binary number into
       decimal number and vice versa.
 19    WAP to add and multiply two matrices
       of order n*n.
 20    WAP that finds the sum of diagonal
       elements of a m*n matrix.
 21    WAP to implement a function that
       swaps two numbers using call by
       reference.
                                  INDEX
S.no          Name of Program                     Date   Signature
 1     WAP to print "Hello World".
 2     WAP to calculate the area and
       circumference of a circle.
 3     WAP a program to calculate simple
       interest.
 4     WAP that accepts the temperature in
       Centigrade and converts into
       Fahrenheit.
 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 finds whether a given number
       is even or odd.
 9     WAP that tells whether a given year is a
       leap year or not.
 10    WAP that takes two operands and one
       operator from the user and perform the
       operation and prints the result by using
       Switch statement.
 11    WAP to print the sum of all numbers up
       to a given number.
 12    WAP to find the factorial of a given
       number.
 13    WAP to print sum of even and odd
       numbers from 1 to N numbers.
 14    WAP to print the Fibonacci series.
 15    WAP to check whether the entered
       number is prime or not.
 16    WAP to find the sum of digits of the
       entered number.
 17    WAP to find the reverse of a number.
 18    WAP to convert binary number into
       decimal number and vice versa.
INDEX