The Programs
CYCLE I [ cycle1.zip ]
1. Roots of a Quadratic Equation
2. Display this sequence on the screen
*
* * *
* * * * *
5.Check whether a number is a Palindrome or not
7.Check whether a given number is Prime or not
8.Display Prime numbers upto a Limit
CYCLE II [ cycle2.zip ]
1. A program to read an array and to insert, delete or search for an element.
2. To read two unsorted arrays and put their merged and sorted result into another array.
3. To Perform the following transformations: BINARY TO DECIMAL
4.Using recursive functions do the following operations : Calculate Factorial of a Number
Display Fibonacci Series upto a no.
5. DO the following operations: ADD two Matrices
Find sum of Upper Triangular & Lower Triangular elements
6.Perform the following operations on a string: Find No of Occurrences of a word
Delete all occurrences of vowels