Question 3. Exercise 14.15, page 638
(Converting int Values to Characters) Write an application that inputs an integer code for a character and displays the corresponding character. Modify this application so that it generates all possible three-digit codes in the range from 000 to 255 and attempts to print the corresponding characters.