Arrray with For Loop

Arrray with For Loop

  1. Write a program to read and print elements of the array
  2. Write a program to print all negative elements in an array
  3. Write a program to count the total number of negative elements in an array
  4. Write a program to find the sum of all array elements
  5. Write a program to find the maximum and minimum elements in an array
  6. Write a program to find the second largest element in an array
  7. Write a program to count the total number of even and odd elements in an array
  8. Write a program to insert an element in an array
  9. Write a program to delete an element from an array at the specified position
  10. Write a program to find the reverse of an array
  11. Write a program to sort array elements in ascending or descending order
  12. Write a program to sort even and odd elements of an array separately