This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Programming Quiz: The Price is Right | |
*/ | |
/* | |
* QUIZ REQUIREMENTS | |
* - Your code should have a variable `prices` | |
* - The value of the 1st, 3rd, and 7th elements should be doubled | |
* - Your code should print `prices` to the console as an array. Do not iterate over the elements. | |
*/ | |