Two functions to work with array of numbers.
- Fork this repository to your GitHub account.
- Open solution file in Visual Studio.
- Open file
Exercise.cs
- Implement method
Create5Numbers()
so that it returns array of 5double
numbers. - Implement method
GetSecond(double[] numbers)
so that it returns 2nd number from specified array ofnumbers
. - Run with
CTRL+F5
to test it. - If all tests are passed, commit&sync your repository.
- Send link to your repository for Lab Master (in #slack) to check it.