March 2021
Intermediate to advanced
768 pages
15h 31m
English
Now, let's pull everything we've learned together and build our first useful program. The purpose of the program is to calculate the total cost for home replacement windows. Here are the requirements:
Before you boot up your IDE and start to write the code, you should always take time to plan any program you will write. This includes identifying any variables your program will need and how the variables are related to each other, as well as using pseudocode or a flowchart (or both) to identify the steps your program will need to complete.
Looking through the requirements list, we will need the following variables:
Read now
Unlock full access