...

/

Coding Exercise: Extension Methods

Coding Exercise: Extension Methods

Test yourself on the extension method.

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. ...