WAP to find out the highest and lowest element in an Array.
eg arr [] = {12,15,2,7,20}
Highest: 20
Lowest: 2
 Published By : Suraj Ghimire
                                
                            WAP to find out the highest and lowest element in an Array.
eg arr [] = {12,15,2,7,20}
Highest: 20
Lowest: 2