Javascript code that DISPLAYS the radio button value in a text box that also checks for the drop down value and displays a certain array value depending on the radio value choosen for the drop down se

Webpage Layout Week no 3 9/6/2021 Cities SD SF SJ Year 2000 2020 2021 1,386,932 SUBMIT ============================================================================================================== Instructions: 1. Create a html form with the selection option of Cities (dropdown list) 2. Display the selected City Name 3. Select the Year (radio buttons) 3. Based on the selected year, display the corresponding Population value.

(Refer to the table data below) 4. Follow exactly the background colors.

Note: In the JavaScript code, apply either one of the following applicable control statements: (If/else, switch, for loop, while or do while loop) Data Cities 2000 2020 2021 SD 1,110,549 1,386,932 1,427,720 SJ 8,949,943 1,013,240 1,109,343 SF 776,733 873,965 883,255 SAC 407,018 524,943 525,398 SB 184,401 222,101 224,706 LA 3,694,820 3,898,747 3,983,540 San Jose Assignment-03 Control Structures State of California Cities Population Name San Diego Population Population Name San Diego San Francisco Sacramento San Bernardino Los Angeles Op Opt Op 1. HTML file - yourname_Assignment_03.html 2. CSS file - yourname_Assignment_03.css 3. JavaScript file - yourname_Assignment_03.js Upload in BB Assignments content area the following files: ==============================================================================================================