What is C# MATH ?
The C# math class has many methods that allows you to perform mathematical tasks on numbers .
MATH.MAX (X,Y)
The Math.max (X , Y) method can be used to find the highest value of X and Y .
TRY IT YOURSELF
MATH.MIN (X , Y)
The Math.min (X , Y ) method can be used to find the lowest value of X and Y.
TRY IT YOURSELF