Display The Sum and Average of All The Elements in An Array
Display The Sum and Average of All The Elements in An Array
Coding:
Output:
2. Declare two single dimensional arrays and transfer the contents of first array to
the corresponding second array.
3. Display all the even and odd positions from array.
Coding:
Output:
4. Declare two dimensional array and transfer the elements into another array in
zig-zag manner.
Coding:
Output:
5. Declare 3 single dimensional arrays. Accept the data from first two arrays and in
third display their product.
Coding:
Output:
6. Declare 3 single dimensional arrays. Accept the data from first two arrays and in
third display their product in zig-zag manner.
Coding:
Output: