Indicate what will be displayed after the following do-while loop has been executed if the user enters the itemPrice as 10.00, 49.99, 37.49, 22.00, 12.49, 10.99. CalculateNumberOfItemsBought

Programming with Microsoft Visual Basic 2017
8th Edition
ISBN:9781337102124
Author:Diane Zak
Publisher:Diane Zak
Chapter7: String Manipulation
Section: Chapter Questions
Problem 5E
icon
Related questions
icon
Concept explainers
Question
100%

Indicate what will be displayed after the following do-while loop has been executed if the user enters the itemPrice as 10.00, 49.99, 37.49, 22.00, 12.49, 10.99.

CalculateNumberOfItemsBought

  noItems = 0

  display “Enter the price for the first item”

  enter itemPrice

  totalPrice = itemPrice

  do while totalPrice <= 120

    noItems = noItems + 1

    display “Enter the price for the next item”

    enter itemPrice

    totalPrice = totalPrice + itemPrice

  loop

  display “Angela could buy “, noItems, “items”

end
Select one:
a. Angela could buy 3 items
b. Angela could buy 4 items
c. Angela could buy 5 items
d. Angela could buy 6 items
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Control Structure
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
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,