array - sum elements, reverse array and find max

 

There are three program using arrays:

1. find the max in an array

2. rearrange the array in reverse order without using second array

3. find the sum of elements of an array.

 

                                                        max in an array

code to find the max. value in an array

                                                    reverse of an array

 
sum of elements                                   
 

sum of elements of an array