Question: = What would the browser display if the following code were executed in a JavaScrip? var price = 0; while (price >= 25) price =

= What would the browser display if the following code were executed in a JavaScrip? var price = 0; while (price >= 25) price = 2 + price; document.writeln(price); = - O a. 25 O b.27 O c. 2 d. O
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
