I wrote this code 2 years ago, it is an interesting piece of code to convert any number between 0 and 999,999,999 into its text presentation. Just create a console application and paste this code : 1: using System; 2: using System.Collections.Generic;...