Click here to Skip to main content
15,881,380 members
Articles / Programming Languages / C#

Personal Agility - Thinking Outside Your Own Box

8 Mar 2017CPOL 3.6K   3  
Here's my answer:1. satisfies all five requirements2. does not require reversing the list (which, BTW, is technically another loop in the answer The Outlaw supplied).3. Also uses Math functions as the original requirements stated.static List digits(int value){ // get the...
We're sorry, but the article you are trying to view was deleted at 9 Mar 2017.

Please go to the C# Table of Contents to view the list of available articles in this section.