Posts by Pseudoser • 3 points
1 post
-
0
votes1
answer296
viewsQ: How do I use the "Math.Max" method in C# without creating a lot of variables?
I’m trying to solve an exercise that’s like this: Make an algorithm that reads the height and enrollment of ten students. Show the enrollment of the highest student and the lowest student And my…