Write a method that takes in two numbers and outputs whichever one is the largest. code example Example: c# max two values <T> max = Math.Max(<T>,<T>);