Alright boys and girls I once again need AO's help. (whats new right?)

Anyway, I am trying to put together a quick salary creator.

I would like to be able to input a number $100 daily for 7 days times 52 weeks and then compute a result. I want it broken down into these categories because I would like to be able to do weekly summarizes. After inputing the data into I would like to be able to print to a table that can hold all the info. Such as

Amount Daily Weekly Result
100 7 52 #$%^

I would like to maybe compare like 3 or 4 different employees at the same time. So the table would need to be able hold that.

I am using the C language. However, I am completely lost, I have no idea how to do it and I was wondering if possible someone could help me?


- Adiz