Cash-back offer from April 14th to 21st, 2024: Get a flat 10% cash-back credited to your account for a minimum transaction of $50.Post Your Questions Today!

Question DetailsNormal
$ 35.00

CIS 115 Week 5 iLab Fireworks Stand Checkout | Complete Solution

Question posted by
Online Tutor Profile
request

Week 5 iLab— Fireworks Stand Checkout

TCO 5—Given a simple problem that requires iteration, create a solution algorithm that employs loops.
TCO 8—Given a more complex problem, develop a complete solution that includes a comprehensive statement of the problem, complete program design, and program documentation.

Scenario
Your algorithm will keep track of a customer’s purchases at the local fireworks stand. Customers will not know exactly how many items they will purchase, so using a For loop on this lab is not allowed. Let’s keep the rules simple.  

•    Accept the dollar value of each item purchased from the user until the user is finished.  
•    When purchases are complete, enter a sentinel value of -1 (indicating that the user has finished).  
•    If the item purchased is $50.00 or more, give your customer a 10% discount on the item purchased.  
•    Display all of the purchases to the customer with the original price and the discount price.

Be sure to think about the logic and design first (IPO chart, pseudocode, and flowchart), then code the C# program.


Rubric


Point distribution for this activity:
Lab Activity
Document    Points possible    Points received
Variable list & IPO chart    10    
Flowchart    15    
Working program    25    
Total Points    50    

 
1—Variable List With Data Type & IPO Table
List all variables you will use (use valid variable names). Indicate whether the data type is string, integer, or double, and so on.


List the inputs, any processes/calculations, and outputs. Use the same valid variable names you used in Step 1.

Inputs    Process (calculations)    Outputs


3—Flowchart
Use MS Visio to create a flowchart. Paste the flowchart here, or attach it as a separate document. Use the same valid variable names you used in Step 1.

5—C# Code
Screenshot of Running Program
Zipped Project File (submitted to Dropbox)

Copy/paste your C# code here.

Paste a screenshot(s) of the complete working program here. Use test scenarios to test all possible paths of execution.

Submit a separate zipped file to the Dropbox containing the complete project folder.

Available Answer
$ 35.00

[Solved] CIS 115 Week 5 iLab Fireworks Stand Checkout | Complete Solution

  • This Solution has been Purchased 4 time
  • Average Rating for this solution is A+
  • Submitted On 08 Jun, 2015 12:22:08
Answer posted by
Online Tutor Profile
solution
Copy/paste your C# code here. using System; using System.Collections; namespace Purchase_Fireworks { class Program { static void Main(string[] args) {...
Buy now to view the complete solution
Other Similar Questions
User Profile
AceTu...

CIS 115 Week 5 iLab Fireworks Stand Checkout | Complete Solution

Copy/paste your C# code here. using System; using System.Collections; namespace Purchase_Fireworks { class Program { static void Main(string[] args) { ArrayList PurchasedItems = new Array...

The benefits of buying study notes from CourseMerits

homeworkhelptime
Assurance Of Timely Delivery
We value your patience, and to ensure you always receive your homework help within the promised time, our dedicated team of tutors begins their work as soon as the request arrives.
tutoring
Best Price In The Market
All the services that are available on our page cost only a nominal amount of money. In fact, the prices are lower than the industry standards. You can always expect value for money from us.
tutorsupport
Uninterrupted 24/7 Support
Our customer support wing remains online 24x7 to provide you seamless assistance. Also, when you post a query or a request here, you can expect an immediate response from our side.
closebutton

$ 629.35