Np Ms Office 365/Excel 2016 I Ntermed
1st Edition
ISBN: 9781337508841
Author: Carey
Publisher: Cengage
expand_more
expand_more
format_list_bulleted
Concept explainers
Question
In Chapter 7, you modified the GreenvilleRevenue
Now, using your code from Chapter 7 Case Study 1, modify your program so every data entry statement uses a TryParse() method to ensure that each piece of data is the correct type.
Any invalid user entries should generate an appropriate message that contains the word Invalid, and the user should be required to reenter the data.
An example of the program is shown below:
![Enter number of contestants
last year >> 1
Enter number of contestants this year >> 2
Last year's competition had 1 contestants, and this y
Revenue expected this year is $50.00
The competition is bigger than ever!
Enter contestant name >> Matt
Talent codes are:
S Singing
D
Dancing
M Musical instrument
0
Other
Enter talent code >> Sarah.
Invalid format - entry must be a single character
That is not a valid code
Enter talent code >> R
That is not a valid code
Enter talent code >> J
That is not a valid code
Enter talent code >> S
Enter contestant name >> Sarah
Talent codes are:
S
Singing
D
Dancing
M
Musical instrument
0
Other
Enter talent code >> D
The types of talent are:
Singing
Dancing
Musical instrument
Other
1
HH
1
0
Enter a talent type or Z to quit >> Z](https://content.bartleby.com/qna-images/question/d262a2aa-2863-4f39-81c7-67911303dbcd/87ff14dd-2452-4278-b549-0a3c576628e6/qe5dvo_thumbnail.jpeg)
Transcribed Image Text:Enter number of contestants
last year >> 1
Enter number of contestants this year >> 2
Last year's competition had 1 contestants, and this y
Revenue expected this year is $50.00
The competition is bigger than ever!
Enter contestant name >> Matt
Talent codes are:
S Singing
D
Dancing
M Musical instrument
0
Other
Enter talent code >> Sarah.
Invalid format - entry must be a single character
That is not a valid code
Enter talent code >> R
That is not a valid code
Enter talent code >> J
That is not a valid code
Enter talent code >> S
Enter contestant name >> Sarah
Talent codes are:
S
Singing
D
Dancing
M
Musical instrument
0
Other
Enter talent code >> D
The types of talent are:
Singing
Dancing
Musical instrument
Other
1
HH
1
0
Enter a talent type or Z to quit >> Z
Expert Solution
![Check Mark](/static/check-mark.png)
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution
Trending nowThis is a popular solution!
Step by stepSolved in 3 steps with 1 images
![Blurred answer](/static/blurred-answer.jpg)
Knowledge Booster
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
- Use the code shown in Figure 4-54 to answer Review Questions 13 through 16. If strLevel = 1 OrElse strLevel = 2 Then lblStatus.Text = Bronze ElseIf strLevel = 3 OrElse strLevel = 4 Then lblStatus.Text = Silver ElseIf strLevel = 5 Then lblStatus.Text = Gold Else lblStatus.Text = Platinum End If Figure 4-54 Code for Review Questions 13 through 16 What will the code in Figure 4-54 assign to the lblStatus control when the strLevel variable contains the string 2? a. Bronze b. Gold c. Platinum d. Silverarrow_forwardUse the code shown in Figure 4-54 to answer Review Questions 13 through 16. If strLevel = “1” OrElse strLevel = “2” Then lblStatus.Text = “Bronze” ElseIf strLevel = “3” OrElse strLevel = “4” Then lblStatus.Text = “Silver” ElseIf strLevel = “5” Then lblStatus.Text = “Gold” Else lblStatus.Text = “Platinum” End If Figure 4-54 Code for Review Questions 13 through 16 What will the code in Figure 4-54 assign to the lblStatus control when the strLevel variable contains the string “5”? Bronze Gold Platinum Silverarrow_forwardRewrite the Loop clause from Question 1 using the Until keyword.arrow_forward
Recommended textbooks for you
- Np Ms Office 365/Excel 2016 I NtermedComputer ScienceISBN:9781337508841Author:CareyPublisher:CengageCOMPREHENSIVE MICROSOFT OFFICE 365 EXCEComputer ScienceISBN:9780357392676Author:FREUND, StevenPublisher:CENGAGE LProgramming with Microsoft Visual Basic 2017Computer ScienceISBN:9781337102124Author:Diane ZakPublisher:Cengage Learning
- Programming Logic & Design ComprehensiveComputer ScienceISBN:9781337669405Author:FARRELLPublisher:CengageEBK JAVA PROGRAMMINGComputer ScienceISBN:9781337671385Author:FARRELLPublisher:CENGAGE LEARNING - CONSIGNMENT
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:9781337508841
Author:Carey
Publisher:Cengage
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
Computer Science
ISBN:9780357392676
Author:FREUND, Steven
Publisher:CENGAGE L
![Text book image](https://www.bartleby.com/isbn_cover_images/9781337102124/9781337102124_smallCoverImage.gif)
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:9781337102124
Author:Diane Zak
Publisher:Cengage Learning
![Text book image](https://www.bartleby.com/isbn_cover_images/9781305251038/9781305251038_smallCoverImage.gif)
Programming Logic & Design Comprehensive
Computer Science
ISBN:9781337669405
Author:FARRELL
Publisher:Cengage
![Text book image](https://www.bartleby.com/isbn_cover_images/9781337671385/9781337671385_smallCoverImage.jpg)
EBK JAVA PROGRAMMING
Computer Science
ISBN:9781337671385
Author:FARRELL
Publisher:CENGAGE LEARNING - CONSIGNMENT