make a program that count (00) 16 to (FF) 16. The result on the screen should be as follows: 00 01 02 03 04 05 06 07 08 09 0b 0a 0c 0d 0e 0f 10 11 12. . . f7 f8 f9 fa fb fc fd fe ff.
Tips: Use loops that use direct char variables, ranging digit by digit.