Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

(C#) Assignment 1 Due February 26, 2020 @ 5:29pm You are required to demonstrate the four-stage process of program development: analysis, design, implementation and testing

(C#)

image text in transcribed

Assignment 1 Due February 26, 2020 @ 5:29pm You are required to demonstrate the four-stage process of program development: analysis, design, implementation and testing and as such your service is retained as a business analysis to design the following basic shipping application using C#. Write a program that request the following shipping details: - Item Description - Weight of the Item Item Details Item Description Weight Computer O Regular - Overnight Calculate Cost Based upon the weight of the item a relevant shipping cost is determined in two ways: - Based upon regular shipping - selecting the C# radio button controls as show above. - Based upon overnight shipping Weight (lbs) Regular Shipping Cost Overnight Shipping Cost 0 - 15 $250.00 $320.00 16 - 25 $350.00 $420.00 26 - 50 $450.00 $575.00 Over 50 (We Do not Ship) When the shipping Calculate cost button is clicked the output should be similar to the example below MessageBox.Show("The shipping cost is:" + cost.ToString("C"), "My Shipping App", MessageBoxButtons.OkCancel, Message Box Icon. Information); Your deliverables are: A. State any assumptions made. B. A completed program that depicts the above expressed requirements. C. Remember to submit both the screen capture and the code in a word doc to BB

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

International Baccalaureate Computer Science HL And SL Option A Databases Part I Basic Concepts

Authors: H Sarah Shakibi PhD

1st Edition

1542457084, 978-1542457088

More Books

Students also viewed these Databases questions

Question

Explain budgetary Control

Answered: 1 week ago

Question

Solve the integral:

Answered: 1 week ago

Question

What is meant by Non-programmed decision?

Answered: 1 week ago

Question

What are the different techniques used in decision making?

Answered: 1 week ago

Question

What lessons in intervention design, does this case represent?

Answered: 1 week ago