Function that do the addition for specified parameter number.
- Fork this repository to your GitHub account.
- Open solution file in Visual Studio.
- Open file
Exercise.cs
- Implement method
Addition(int number)
so that it takes input number and returns number increased by one. - 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.