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:
The C# Math class has many methods that allows you to perform mathematical tasks on numbers
The Math.Max(
x,
y)
method can be used to find the highest value of x and y: