Overview
This is the first. Stepping Stone Lab One is an opportunity to consider how to incorporate object-oriented principles to solve a problem in a manner that users can readily engage.
In this lab, you will write pseudocode for the final project scenario program. Pseudocode is a description of how a program will be structured and will operate. It allows a programmer to “think in words” about the design of a program before composing code, and it is also useful for project teams in deciding on basic structures and design.
Prompt
Address the following in your submission:
A. Analyze the problem your program will solve. This analysis will inform your code logic as you consider how to solve the problem.
B. Break the problem down into distinct steps of pseudocode that will solve the problem.
C. Create variables to track the various elements in the pseudocode; use control structures such as branching or looping.
D. Use natural language to work through the problems.
Refer to the How to Write Pseudocode document for guidance.
What to Submit
This assignment should be submitted as a Microsoft Word document with 12-point Times New Roman font and one-inch margins.
-
IT511FinalProject.docx
-
IT511SteppingStoneLabOne.docx
-
HowToWritePseudocode.docx
Recent Commemts