Question
Hello again, this is a case project from the book Microsoft Visual Basic 2015 RELOADED from Chapter 6. The case project is called Barclay Candies
Hello again, this is a case project from the book Microsoft Visual Basic 2015 RELOADED from Chapter 6. The case project is called "Barclay Candies" on page 352. Also, I am a beginner using Microsoft Visual Studio as the coding program, as well as using it as an object-oriented language. Here is the problem: The Calculate buttons Click event procedure should use a loop and the InputBox function to get the prices of the candies purchased by the user. Each price should be displayed in the pricesListBox. The procedure should also accumulate the prices. When the user has finished entering the prices for the current order, the procedure should display the accumulated value plus a 5% sales tax in the Total due box. The interface has these tools: 2 buttons, 1 for calculating the total plus the 5% sales tax, and 1 for exiting the program. 1 ListBox to display the candies and their prices (shown below). 1 Label to display the total amount after calculations.
---- Information for comment posted---- within the ListBox (ListBox tool), display these 3 candies with their price: Chocolate Bar = $1.00 Bag of Sweets = $2.00 Peanut Butter Cup = $3.00
Thanks! And sorry for not providing the ListBox information earlier.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started