Coding Exercise: Extension Methods
Test yourself on the extension method.
We'll cover the following...
Problem
This activity uses an extension method to determine if a number is lucky. Create a console application called Lucky Number that meets the requirements below. ...