Define structure. Explain self referential structure ?
==> STRUCTURE
- It is defined as a group of dissimilar or hetrogenous data items , where items can be of different data type
Define structure. Explain self referential structure ?
==> STRUCTURE
Write a program to print Fibonacci series of n terms where n is input by user :
0 1 1 2 3 5 8 13 21 .....
In the Fibonacci series, a number is the sum of the previous 2 numbers that came before it.
Write a program that will take one string as input. The program will then remove vowels a, e, i, o, and u (in lower or upper case ) from the string. If there are two or more vowels that occur together then the program shall ignore all of those vowelsInput: Compuuter Output: Cmpuutr