$30.00 CS106-Problem Solving Concepts with Programming
- From Computer-Science: Programming-Methods , Computer-Science: Object-Oriented-Programming
- Closed, but you can still post tutorials
- Due on Nov. 08, 2009
- Asked on Nov. 04, 2009 at 10:36:23AM
Q:
CS106-Problem Solving Concepts with Programming
Deliverable Length:
1 program, 3 charts, algorithm, 2-3 Paragraphs.
This week, one of your smaller customers needs your help writing a program. Your customer has an e-commerce Web site that offers shipping discounts for purchases over a certain dollar amount. Using the steps of problem solving, create a program to check the eligibility of an Internet order for free shipping. Otherwise, the program will print the merchandise total plus an $8.95 shipping charge. your solution must include the following 5 parts in addition to the coded solution:
1. A problem analysis chart with sections for given informaton, required results, processing required to obtain the result, and solution alternatives.
2. A flowchart showing the program processing flow
3. A chart showing input, output, and processing
4. An algorithm in Pseudocode describing the steps the program will perform
5. A written description of how each of the six problem-solving steps was addressed.
Attached are the guidelines, the material needed to do this tasks, an example of the application codes to follow when doing the flow chart, and the program format that can be use to accompolish this tasks.



