Introduction to Programming Using Visual Basic (10th Edition)
Introduction to Programming Using Visual Basic (10th Edition)
10th Edition
ISBN: 9780134542782
Author: David I. Schneider
Publisher: PEARSON
bartleby

Videos

Textbook Question
Book Icon
Chapter 4.3, Problem 1E

In Exercises 1 through 6, for each of the responses shown in the parentheses, determine the output displayed in the text box when the button is clicked on.

Private Sub btnDisplay_Click ( ... ) Handles btnDisplay .Click Dim age, price As Double age = CDbl(InputBox("What is your age?")) Select Case age Case Is < 6 price = 0 Case 6 To 17 price = 3 .75 Case Is  > =  17 price  =  5 End Select txtOutput .Text = "The price is " & price .ToString ('C") End Sub

8.5 , 17

Blurred answer
Students have asked these similar questions
Change the order of the numbered Use Case Definition steps to correspond to the following problem definition: A college provides every incoming freshman with a gift card for a choice of two specialty restaurants within the cafeteria. Students should select one specialty restaurant they want. A program opens a window that displays each specialty restaurant one picture at a time when a student clicks the corresponding button. After making a decision, the student should click the Select Restaurant button. After selecting a restaurant, the student should exit the application.
v Question Completion Status: Moving to another question will save this response. Question 3 The values returned by range (12, 20, 2) returns O 20, 18, 16, 14, 12 O 12, 14, 16, 18 O 12, 14, 16, 18, 20 O 20,18, 16, 14 A Moving to another question will save this response. G 4)
Flag question: Question 47   There is an important difference between a significant result and a meaningful result. Group of answer choices A.True B.False
Knowledge Booster
Background pattern image
Computer Science
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
Text book image
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:9781337102124
Author:Diane Zak
Publisher:Cengage Learning
Text book image
Programming Logic & Design Comprehensive
Computer Science
ISBN:9781337669405
Author:FARRELL
Publisher:Cengage
Text book image
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
Computer Science
ISBN:9780357392676
Author:FREUND, Steven
Publisher:CENGAGE L
Text book image
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:9781337508841
Author:Carey
Publisher:Cengage
Graphical User Interfaces: Crash Course Computer Science #26; Author: CrashCourse;https://www.youtube.com/watch?v=XIGSJshYb90;License: Standard YouTube License, CC-BY
Python GUI | How To Make A GUI In Python | Best GUI Framework In Python | Edureka; Author: edureka!;https://www.youtube.com/watch?v=_PHJvjQJa3w;License: Standard Youtube License