Matrix Addition

Matrix Addition

Input:Two matrix data Output: Summation of matrix Sample Input: First matrix: 1  1  1                                         ...

Sorted element's in order's ascending order

Input:An array with Integer data Output An array with sorted elements in order ascending order Sample Input:5,4,3,2,1 Sample ...
Insert an Element into an array

Insert an Element into an array

Input: Key is item,location is the index of the element  where is to be inserted. Output: Array enriched with key --------...