In this program user provide data (numbers) to find even or odd numbers by using Array in C++.
Let’s open turboC++ and write the following Code .
In this Program, user provide input (numbers) to know the sum and average of entered data .
Fibonacci Series: – is in the form of 0, 1, 1, 2, 3, 5, 8, 13, 21,…… To find this series we add two previous terms/digits and get next term/number.
Table of any number is multiply particular number from 1 to 10.
In this program we learn to print Sum and Average of entered input(numbers) by user.