Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Writing this program in C# in Visual Studio Using 1 method. Basic syntax, and code. When the Checkboxes are checked the Rich Text Box will

Writing this program in C# in Visual Studio

Using 1 method. Basic syntax, and code.

When the Checkboxes are checked the Rich Text Box will update with proper pricing. No "Calc" button.

image text in transcribed

Suxdontit Adventures Jack Nife offers recreational packages for extreme adventurers. Prices are: Newbie Fearless Hardcore $249.00 $349.00 $499.00 Individual outings are available as well: Balloon Ride Zip Line Hang Gliding Skydiving Scuba Diving Bungee Jumping Rock Climbing $159.00 $49.00 $59.00 $189.00 $169.00 $199.00 $129.00 The liability surcharge is 12%. Write a program with RadioButtons and CheckBoxes. Use a procedure to calculate the totals and display the output. Use a procedure to clear the RichTextBox and display the heading. Use Courier New font for the RichTextBox and format your output. Include an Exit Button or a menu. Name your project using your initials and the number of the program. Include a prologue and comment your code. Be sure to: Scoring correctly displays the options working Exit Button or menu correctly calculates values correctly determines the options correctly formats and displays output create and code the controls update the output with each change . calculate the subtotal calculate the liability surcharge calculate the total display each detail line display the prices . display the date in the title use procedures . uses constants format your output comment your code include a prologue at the top of the code properly name all controls . properly name all variables submit the all required files output updates with each change uses constants uses procedures as needed comments and prologue properly named controls and variables Total 9/26/2019 Package Newbie $249 Fearless $349 Hardcore 5499 Side Trips Balloon Ride $159 Zip Line 549 Hang Gliding $59 Skydiving $189 Scuba Diving $169 Bungee jumping $199 Rock Climbing $129 Exit Suxdontit Adventures Rental Fee Schedule Fearless Package Balloon Ride Hang Gliding Skydiving Scuba Diving Rock Climbing Subtotal Liability Surcharge Total $349.00 $159.00 $59.00 $189.00 $169.00 $129.00 $1,054.00 $126.48 $1,180.48

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

DB2 Universal Database V7.1 Application Development Certification Guide

Authors: Steve Sanyal, David Martineau, Kevin Gashyna, Michael Kyprianou

1st Edition

0130913677, 978-0130913678

More Books

Students also viewed these Databases questions