> Does it just display the results of this
> equation?
> hourly_time=salary/clocked_time
It started as a C exercise and the first version were
calculated by an equation, but it gave me some little problems. So I just thought to do it in another way. My company chief pays me by minutes so why don't calculate the earn of one minute and multiply it by the minutes i've done??
I may let the user choose between minutes and hours in my next version.
Re: What does it do?
> Does it just display the results of this
> equation?
> hourly_time=salary/clocked_time
It started as a C exercise and the first version were
calculated by an equation, but it gave me some little problems. So I just thought to do it in another way. My company chief pays me by minutes so why don't calculate the earn of one minute and multiply it by the minutes i've done??
I may let the user choose between minutes and hours in my next version.