A Virtual Timer

Question: Write a “virtual timer” which counts and displays the time in the format “HH:MM:SS’mm””

Integer to ASCII code

Question:
Write a program that takes an integer input and prints out the character with the corresponding ASCII code. Please make your program user-firendly and robust.