Okay i made a program that says hello world in a txt file and i want it to display the time in the the file every minute.I succeeded in doing that the only problem in the while statement i have a Sleep(100) so every 100 mili seconds it loops and it keeps displaying the time.I want it to display the time once then 2 min later say the time again but while thats happening keep saying hello world.I used the sleep but when i used Sleep(), it pauses the typing of hello world which i dont want any help?