please help me i want to make a circular clock
Write a program to simulate an analog watch (number 1 to 12 to be arranged in circular fashion with all the three pointers for second minutes and hours ) on the screen. Use nested for loops.
Use (.) dot for seconds pointer
Use (*) star for minutes pointer
Use (#) hash for hours pointer.