I am very new to programming, like many people who are posting on this beginners forum. The issue I am having is with showing numbers past the decimal point. Please refer to coding below. The problem I am having specifically is that all my values are being outputted with the additional numbers past the decimal point. The only values I want to have shown that way are my "numMinutes", "numHours", and "numDays". Unfortunately, my outputs end up as such:
Enter a number of seconds, please:
89999
There are 1499.98328 minutes in 89999.00000 seconds.
There are 24.99972 hours in 89999.00000 seconds.
There are 1.04166 days in 89999.00000 seconds.
Press any key to continue . . .
Please help me identify what idiot mistake I am making. Thank you very much for any input you may have on this subject.