Write a program to find the Largest Array Element

Description:

Find the largest array element
– Example 100 is the largest in {5, 100, -2, 75, 42}

  •