Question: Design and develop a single page ASP.NET web application that allows the user to perform currency conversion based on below exchange rates: Units per USD

Design and develop a single page ASP.NET web application that allows the user to perform currency conversion based on below exchange rates: Units per USD 1.0000000000 0.8318153820 0.7327741283 72.9635639872 1.3176742481 Currency name AY US Dollar Euro British Pound Indian Rupee Australian Dollar Canadian Dollar Singapore Dollar Swiss Franc Malaysian Ringgit Japanese Yen Chinese Yuan Renminbi 1.2814284052 1.3331939118 0.8988420732 4.0440451014 105.0837337141 6.4562870813 Here are the specific requirements for the web page design: Provide a drop down from which the user can choose the source currency (US Dollar/Euro/British Pound... etc.) Provide a drop down from which the user can choose the target currency. Make sure this drop down does not have option to choose the same as source currency (for example, if the user has chosen US Dollar as source mumber system, then this dropdown must have all other currency options except US Dollar) Provide a text box to enter the input value in selected source currency Show the converted output value in target currency in a label Provide a Convert button to perform the conversion Provide a Clear button to clear (or reset) the contents of all controls on the page Assume that the user always provide valid input, so no need to perform any data validation in your code Design and develop a single page ASP.NET web application that allows the user to perform currency conversion based on below exchange rates: Units per USD 1.0000000000 0.8318153820 0.7327741283 72.9635639872 1.3176742481 Currency name AY US Dollar Euro British Pound Indian Rupee Australian Dollar Canadian Dollar Singapore Dollar Swiss Franc Malaysian Ringgit Japanese Yen Chinese Yuan Renminbi 1.2814284052 1.3331939118 0.8988420732 4.0440451014 105.0837337141 6.4562870813 Here are the specific requirements for the web page design: Provide a drop down from which the user can choose the source currency (US Dollar/Euro/British Pound... etc.) Provide a drop down from which the user can choose the target currency. Make sure this drop down does not have option to choose the same as source currency (for example, if the user has chosen US Dollar as source mumber system, then this dropdown must have all other currency options except US Dollar) Provide a text box to enter the input value in selected source currency Show the converted output value in target currency in a label Provide a Convert button to perform the conversion Provide a Clear button to clear (or reset) the contents of all controls on the page Assume that the user always provide valid input, so no need to perform any data validation in your code
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
