create an application International Check Cashing.
A cashier accepts checks in different currencies and enters into two textboxes:
• amount on the face of a check (in foreign currency can have two digits after a decimal point);
• today’s exchange rate (multiplier) for that currency – can be an integer or can have the fractional part; there may be up to 5 digits on each side of the decimal point.
The textboxes should be placed side by side. After hitting Convert button, the resulting amount in US $ should be displayed to the right of them. At the same time, a running total (in US $) should be displayed below.
A separate button should be used for calculating Grand Total; this action should also disable the input fields. The total amount should be rounded to the nearest cent and then $5 deducted as service charge.
Upload to Check Cashing dropbox. If you need to make additional assumptions, list them as comments. You may need to do some research if any terms in the requirements are not clear.
Comments
Leave a comment