Arrray with For Loop
- Write a program to read and print elements of the array
- Write a program to print all negative elements in an array
- Write a program to count the total number of negative elements in an array
- Write a program to find the sum of all array elements
- Write a program to find the maximum and minimum elements in an array
- Write a program to find the second largest element in an array
- Write a program to count the total number of even and odd elements in an array
- Write a program to insert an element in an array
- Write a program to delete an element from an array at the specified position
- Write a program to find the reverse of an array
- Write a program to sort array elements in ascending or descending order
- Write a program to sort even and odd elements of an array separately