can someone give me some help on how to write the following program. I have to calculate how long it would take for 50Mb file to download using a 56k analog modem. A 56k analog modem downloads 5.2 kilo bytes per second. 1 mb=1,024 kb. When finished the program should display how many hours minutes and seconds it would take to download the file. and then try the program on a different amount of MB. Any help would be appreciated. I know how to do the math but i dont know how to get the hours minutes and seconds seperately to display and calculate.