Hello!
I am new to VB programming. I am in a class at school for it. I have a weiekly pay calculator project due by Saturday at midnight. My calculations are working, I'm just having a bit of a problem. The program has to calculate weekly pay by converting minutes worked into hours and then multiplying the hours by hourly pay. My problem is this: the program also has to calculate the number of leftover minutes and display it, but in time. (By this I mean it would display 30.666667 as 30 hours and 40 minutes). Calculating the leftover minutes and then converting to time minutes instead of currency minutes is my issue. Can anyone help?
I am new to VB programming. I am in a class at school for it. I have a weiekly pay calculator project due by Saturday at midnight. My calculations are working, I'm just having a bit of a problem. The program has to calculate weekly pay by converting minutes worked into hours and then multiplying the hours by hourly pay. My problem is this: the program also has to calculate the number of leftover minutes and display it, but in time. (By this I mean it would display 30.666667 as 30 hours and 40 minutes). Calculating the leftover minutes and then converting to time minutes instead of currency minutes is my issue. Can anyone help?