Description
Write a C program that reads 5 integers from the keyboard and saves them in an array, sorts and prints the integers in ascending order, and prints the sum of elements whose subscript is even (i.e., elements whose index is 0, 2, 4).
Output
5 integers sorted in ascending order, and the sum of elements at positions 0, 2, 4