I am stuck on a project i have to do with C#
I need to make an Exchange Rate program
With 3 countries
2 textbox, 1 button, and a comboBox
Basicly, a textbox to put in the amount u want converted, another textbox to give you the answer, a button to click to convert it and a comboBox to list the 3 countries
This is what the project says:
10 Application makes use of a class for the Exchange rate converter Call the class CExchange.
11 The Exchange rate should be set by default (todays change rate) but the user should have the option to enter his own exchange rate. If this is field does not get filled in it should use the default exchange rate amount to work out the calculation.
12 Application makes use of a class for the interest. Call the class CInterest.
13 There is constructors made for the classes
14 The class must contain members for StartAmmount, Interest and Period
15 The class must contain a public method CalculateInterest that Returns the EndAmmount
16 The class must contain a overloaded method for CalculateInterest that does not take a period parameter and only calculates the interest for one period.
17 Include descriptive comments throughout the application
Can anyone help me make this exchange rate program?
Thank you guys if u can help me out
