Question: USE C# in Visual Studio 2019 (Average) 1. Write a C# method Average() to read 50 integer numbers from keyboard and find their average. The
USE C# in Visual Studio 2019 (Average)
1. Write a C# method Average() to read 50 integer numbers from keyboard and find their average. The prototype of the method is: int Average()
2. Write a C# method Maximum() to read 50 integer numbers from the keyboard and find their average. The prototype of the method is: int Maximum()
4. Write a C# method Minimum() to read 50 integer numbers from the keyboard and find their average. The prototype of the method is: int Minimum()
5. Write a C# method AverageOfThree() to read 50 integer numbers from the keyboard and find their average. The prototype of the method is: double AverageOfThreeNumbers(double x, double y, double z)
Make sure to test your code before uploading it and please send me the screenshots of final result too.
Thanks a lot:)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
