0% found this document useful (0 votes)
4 views1 page

Array

The document contains a series of programming exercises focused on array manipulation. Each question requires writing a program to perform specific tasks such as adding values, calculating averages, removing elements, reversing arrays, and finding highest and lowest values. Additionally, it includes tasks for copying arrays and creating one-dimensional and two-dimensional arrays with random numbers.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

Array

The document contains a series of programming exercises focused on array manipulation. Each question requires writing a program to perform specific tasks such as adding values, calculating averages, removing elements, reversing arrays, and finding highest and lowest values. Additionally, it includes tasks for copying arrays and creating one-dimensional and two-dimensional arrays with random numbers.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Array Practice

Question 1. ​Write a program to add the values of an array ?

Question 2. ​Write a program to calculate the average value of array?

Question 3. ​Write a program to remove a particular element from an array ?

Question 4. ​Write a program to reverse an array ?

Question 5. ​Write a program to get highest value from array?

Question 6. ​Write a program to get the lowest value from array?

Question 7. ​Write a program to get second highest value from array ?

Question 8. ​Write a program to get second lowest value from array ?

Question 9. ​Write a program to copy the elements from one array to another array
?
Question 10. ​Write a program to create a One D Array and insert Random
Numbers ?

Question 11. ​Write a program to create a Two D Array and insert Random
Numbers ?

www.sterlinginstitute.in

You might also like