Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Using c# obtain the required output Purpose-to create a costed Packing Slip reflecting the materials needed to build a playground fence Topics of Evaluation 2.

Using c# obtain the required output
image text in transcribed
image text in transcribed
image text in transcribed
Purpose-to create a costed Packing Slip reflecting the materials needed to build a playground fence Topics of Evaluation 2. 3. 4. Obtaining and displaying information Sequential processing Numerical calculations Create a working maintainable programming solution using topics 1-4 above, to create the Playground Calculator program using programming techniques demonstrated in class. 1. Create a model for the program by drawing a flowchart or writing the pseudo code for the program. 2. Create a test plan and proof of output 3. Enter the code to implement your model. 4. Test your code with your test plan. If you discover mistakes, correct the code and model, and execute the test plan again. Specifications Inputs (feet as a double, assume valid input) Dimensions of a rectangular playground (length, width and height of fence including the gate) Height and width of a single gate- always chain link (120.00 15.75 per square foot Distance between posts (usually 6-8 feet) Type of paint/stain Premium 15.99/quart gallon (covers 400 sq feet) Type of fence material Cedar 7.25/square foot+ 23.99 per post+0.69/lineal foot of railing Outputs Amount of fencing material required and extended price Number of posts required and extended price Lineal feat of railing required and extended price Amount of paint required and extended price Gate Price Net Price Total GST (5%) Total Price Purpose-to create a costed Packing Slip reflecting the materials needed to build a playground fence Topics of Evaluation 2. 3. 4. Obtaining and displaying information Sequential processing Numerical calculations Create a working maintainable programming solution using topics 1-4 above, to create the Playground Calculator program using programming techniques demonstrated in class. 1. Create a model for the program by drawing a flowchart or writing the pseudo code for the program. 2. Create a test plan and proof of output 3. Enter the code to implement your model. 4. Test your code with your test plan. If you discover mistakes, correct the code and model, and execute the test plan again. Specifications Inputs (feet as a double, assume valid input) Dimensions of a rectangular playground (length, width and height of fence including the gate) Height and width of a single gate- always chain link (120.00 15.75 per square foot Distance between posts (usually 6-8 feet) Type of paint/stain Premium 15.99/quart gallon (covers 400 sq feet) Type of fence material Cedar 7.25/square foot+ 23.99 per post+0.69/lineal foot of railing Outputs Amount of fencing material required and extended price Number of posts required and extended price Lineal feat of railing required and extended price Amount of paint required and extended price Gate Price Net Price Total GST (5%) Total Price

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

Expert Performance Indexing In SQL Server

Authors: Jason Strate, Grant Fritchey

2nd Edition

1484211189, 9781484211182

More Books

Students also viewed these Databases questions

Question

What is Centrifugation?

Answered: 1 week ago

Question

To find integral of ?a 2 - x 2

Answered: 1 week ago

Question

To find integral of e 3x sin4x

Answered: 1 week ago

Question

To find the integral of 3x/(x - 1)(x - 2)(x - 3)

Answered: 1 week ago

Question

What are Fatty acids?

Answered: 1 week ago