Answered step by step
Verified Expert Solution
Question
1 Approved Answer
only in javaScript Task 2 (Forms and Events) You are required to build a currency exchange application that shows the current exchange rate for several
only in javaScript
Task 2 (Forms and Events) You are required to build a currency exchange application that shows the current exchange rate for several major currencies against the US Dollar. UK Pounds Euros Yen Yuan Swiss Franc Canadian Dollars Currency data should be stored in an appropriate JavaScript collection. The currencies should be displayed in a select drop down menu. When the user selects a currency from the list, the exchange rate against the $ for this currency will be clearly displayed below the select menu. On page loading, the select menu should initially display a Select a Currency option. The application should make use of the form and event techniques taught in sessions 6 and 7 of this module. The output of the application will be as follows: Currency Exchange Rates to US Dollar UK Pounds One US Dollar buys you 0.79 UK Pounds The application should be appropriately modularised into separate functions. Make sure you study the markup and CSS carefully before you begin your work. Save your work as username_iv_fma_task2.js and username_jv_fma_task2.html in a folder called v_fma_task2Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started