Create a requirements document and a Use Case Definition document and then design a Windows Form mock-up based. 68. A costume shop requests a computer application that advertises costume rentals. This week's costume rental specials are as follows: Destination Renaissance Fair Stormtrooper Batman/Batgirl Pirate Price $40 week rental $49 week rental $36 week rental $29 week rental Write an application that allows the user to select any of the five costume rental specials. When the user selects a costume, the corresponding cost and a picture of the costume should be displayed. Clear each prior price and picture when the user selects a different costume. After selecting a costume, the user should be able to book the costume rental and then exit the window. FIGURE 2-68

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
100%
select your saved documents. Make sure that the files are saved with your last name in the file name (Example: ch4_ca
ming assignment. To upload and submit the program and materials you created,
COSTUME SHOP
Create a requirements document and a Use Case Definition document and then design a Windows Form mock-up based c
68.
#3
с
E
D
A costume shop requests a computer application that advertises costume rentals. This week's
costume rental specials are as follows:
$
Write an application that allows the user to select any of the five costume rental specials.
When the user selects a costume, the corresponding cost and a picture of the costume should
be displayed. Clear each prior price and picture when the user selects a different costume. After
selecting a costume, the user should be able to book the costume rental and then exit the window.
4
R
Destination
Renaissance Fair
Stormtrooper
Batman/Batgirl
Pirate
F
Q Search Bing
%
5
T
G
^
6
Y
Price
$40 week rental
$49 week rental
$36 week rental
$29 week rental
FIGURE 2-68
MacBook Pro
H
&
7
U
* 00
8
J
I
(
9
K
0
)
P
Transcribed Image Text:select your saved documents. Make sure that the files are saved with your last name in the file name (Example: ch4_ca ming assignment. To upload and submit the program and materials you created, COSTUME SHOP Create a requirements document and a Use Case Definition document and then design a Windows Form mock-up based c 68. #3 с E D A costume shop requests a computer application that advertises costume rentals. This week's costume rental specials are as follows: $ Write an application that allows the user to select any of the five costume rental specials. When the user selects a costume, the corresponding cost and a picture of the costume should be displayed. Clear each prior price and picture when the user selects a different costume. After selecting a costume, the user should be able to book the costume rental and then exit the window. 4 R Destination Renaissance Fair Stormtrooper Batman/Batgirl Pirate F Q Search Bing % 5 T G ^ 6 Y Price $40 week rental $49 week rental $36 week rental $29 week rental FIGURE 2-68 MacBook Pro H & 7 U * 00 8 J I ( 9 K 0 ) P
Expert Solution
Step 1

Algorithm:

Step1: Declare the variable rentalAmount and initially assign as 0.
Step2: Declare the constructor of the class form1, which automatically call the method InitializeComponent(). The method calls the all method present in the class.
Step3: Declare four methods of button. Button_1() has the rentalAmount value of 40$ Renaissance fair, display the picture by Image.FromFile. display the rate by label2.Text. Button_2() has the rentalAmount value of 49$ Renaissance fair, display the picture by Image.FromFile. display the rate by label2.Text. and same for the Button_3 & Button_4.
Step4: Declare other method of button_5() which display the message "Booked successfully" by MessageBox.Show. 
Step5: Design all the lables and text format by designer code.

trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 4 images

Blurred answer
Knowledge Booster
Running Time of Application
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
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education