Amanpatel2529 / Lab-8

WAP to display an array. WAP to find average of array elements. Write a program to merge to sorted arrays. e.g: a1[10]={25,27,32,98] a2[10]={12,23,28,51,72,85,97] then a3[20] should be equal to = [12,23,25,27,28,32,51,72,85,97,98] WAP to insert an element to an array. WAP to delete an element from an array.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

WAP to display an array. WAP to find average of array elements. Write a program to merge to sorted arrays. e.g: a1[10]={25,27,32,98] a2[10]={12,23,28,51,72,85,97] then a3[20] should be equal to = [12,23,25,27,28,32,51,72,85,97,98] WAP to insert an element to an array. WAP to delete an element from an array.


Languages

Language:C++ 100.0%