Create a very simple larger( ) function that takes 2 positive numbers as parameters and returns the larger value of the two numbers.
Create a simple larger3( ) function that takes 3 positive numbers as parameters and returns the largest value of the three numbers.
Create a simple larger4( ) function that takes 4 positive numbers as parameters and returns the largest value of the four numbers.
Create a largest( ) function that takes an array of postive numbers and the array size as parameters and returns the largest value from the array.
Any body can provide me some example based on this ?