stepping-stone-lab-one-pseudocode-for-your-program

Instructions

Your work on the final project for this course is supported by a series of stepping stone labs. This is the first.

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.

To learn more about writing pseudocode, review the document.

Stepping Stone One is an opportunity to consider how to incorporate object-oriented principles to solve a problem in a manner that users can readily engage.

To complete this assignment, review the document.