This is a beginner level task for practicing implicit and explicit numeric conversions and practicing static methods.
- Add static methods to ImplicitConversion.cs file. See TODO comments there.
- Add static methods to ExplicitConversion.cs file. See TODO comments there.
- Build a solution in Visual Studio. Make sure there are no compiler errors and warnings, fix these issues and rebuild the solution.
- Run all unit tests with Visual Studio and make sure there are no failed unit tests. Fix your code to make all tests GREEN.
- Review all your changes in the codebase before staging the changes and creating a commit.
- Stage your changes, create a commit and publish your changes to the remote repository.
- C# Programming Guide
- C# reference