Zakat Project Visual Studio 2010 c++

Iwont help to write this program in Visual Studio 2010 c++
can any one help me please


(
Write C++ program that calculate Zakat for
1. Money
2. Fruits
3. Gold
Program should ask the user to enter what kind of Zakat he will have to distribute following these rules:
1. If the Zakat for money, program should read from file: ( money.dat ) the amount of money, then using specific formula calculate Zakat of money.
(Money value * 2.5%)

2. If zakat is fruits program should ask the user 2 questions:
a- What is the selling price of fruits he has?
b- What is his expenses?
Then apply this formula:
Fruits Zakat = (fruits selling price – expenses) * 2.5%

3. If Zakat is gold user should ask:
a) How many grams he has over 85 g?
b) If less than 85 g, then no Zakat
c) If more than 85 g then use this formula:
Gold Zakat =( amount of gold in g * amount of 1 g * 2.5)
Consider 1 g gold worth 10 KD

Show clear screens with full answers about every questions regarding any type of Zakat.
Use clear screen.
)
What do you know in C++? we're not gonna do your homework. Show us your first try, and pose questions to them...

btw, with all due respect... my first impression to this article was: "Who the hell would wanna do a program about Zakat..."

References for your requests:

http://www.cplusplus.com/doc/tutorial/program_structure/
http://www.cplusplus.com/doc/tutorial/variables/
http://www.cplusplus.com/doc/tutorial/basic_io/
http://www.cplusplus.com/doc/tutorial/files/

Read them and try to implement them.
Topic archived. No new replies allowed.