Step through each line of the following JavaScript program. Write down the value of each variable as you walk through it. Use an order of a 16 oz. latte with two shots.

EBK JAVA PROGRAMMING
8th Edition
ISBN:9781305480537
Author:FARRELL
Publisher:FARRELL
Chapter3: Using Methods, Classes, And Objects
Section: Chapter Questions
Problem 10PE
icon
Related questions
Question

Step through each line of the following JavaScript program. Write down the value of each variable as you walk through it. Use an order of a 16 oz. latte with two shots.

 

var price;
var taxRate
0.088;
if (drink
"espresso")
==
price = 1.40;
if (drink == "latte"
drink == "cappuccino") {
if (ounce == 8)
price
1.95;
%D
if (ounce == 12)
price = 2.35;
f (ounce
16)
==
price = 2.75;
}
if (drink
"Americano")
price = 1.20 + .30 * (ounce/8);
price = price + (shots
1) * .50;
price = price + price * taxRate;
Transcribed Image Text:var price; var taxRate 0.088; if (drink "espresso") == price = 1.40; if (drink == "latte" drink == "cappuccino") { if (ounce == 8) price 1.95; %D if (ounce == 12) price = 2.35; f (ounce 16) == price = 2.75; } if (drink "Americano") price = 1.20 + .30 * (ounce/8); price = price + (shots 1) * .50; price = price + price * taxRate;
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Concept of Parenthesis
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781305480537
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT