Project 18: Maximum Value

Suppose a dataset called 'x' has the following numbers:  3, 9, 4, 5, 7, 6

The highest value (maximum) of the dataset is 9.


Project 18: The variable 'x' has been initialized (an array of unsorted numbers)

Task: Initialize the value of 'highest' that represents the highest value in x.

**If your code works for 5 test cases in a row, you can enter your e-mail address.

Universal Computational Math Methods:

pow(5,2) returns 25.0

abs(-3.0) returns 3

sqrt(49.0) returns 7.0