Question: Overview: Your work on the final project for this course is supported by a series of stepping stone labs. This is the first. Stepping Stone
Overview: Your work on the final project for this course is supported by a series of stepping stone labs. 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:
-
Analyze the problem your program will solve. This analysis will inform your code logic as you consider how to solve the problem.
-
Break the problem down into distinct steps of pseudocode that will solve the problem.
-
Create variables to track the various elements in the pseudocode; use control structures such as branching or looping.
-
Use natural language to work through the problems.
Refer to the How to Write Pseudocode document for guidance.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
