question archive Your assignment is to implement a simple web service which lets users convert an amount from one currency to another, for example from USD to EUR
Subject:Computer SciencePrice:2.87 Bought7
Your assignment is to implement a simple web service which lets users convert an amount from one currency to another, for example from USD to EUR. The interface should consist of two text fields, “Amount” and “Rate,” and a submit button, “Convert!” If you want to convert an amount from one currency to another, we input the amount in the “Amount” text field and press the “Convert!” button. The service should reply with a new web page, which displays the result of the conversion.
OPTIONAL FEATURES: The service should remember which exchange rate is being used for conversion, initially 1.0. If the user wants to change the exchange rate he inputs a new rate in the “Rate” text field and the amount to be converted in the “Amount” field. The new rate should be remembered for future conversion when the “Rate” field is left empty.
Purchased 7 times