Question
Based on the scenario A program to calculate the area of a room in order to purchase cans of paint you selected in earlier 5
Based on the scenario "A program to calculate the area of a room in order to purchase cans of paint" you selected in earlier 5 modules, you must now add at least 1 menu to your program.
You need to submit updated documentation of this addition that includes the following:
Pseudocode that illustrates all calculations and a swap module(s).
Your updated flowchart must depict each step in the program, including the swapping.
All symbols must be connected by arrows that represent the flow of the program. The flow must make logical sense.
Your revised flowchart must illustrate the logic of your input validation loop.
This can be done in any programming language c++, Java, Python. Please give me Flow chart with this too and to better understand my question i am listing the previous project I have already done by Modules.
Module 1:
Describe the task that the program must perform. What questions would you ask a client to get more details on the requirements of the program?
Describe your algorithm or the required steps that must be taken to perform the task. You should list these step by step and be as detailed and specific as possible. For example, Step 1: Pour water into a pot. Step 2: Put pot on the stove burner. And so on.
Write your pseudocode.
Create a flowchart to depict the steps that take place in a program.
Module 2:
Based on the scenario you selected in the Module 01 Course Project, you should expand on your documentation by adding If-Then-Else or at least 1 series of conditions to your program. Your documentation of this addition should include the following:
Internal documentation, using block and/or line comments.
You must declare all variables before using them in your pseudo code.
Your pseudo code must illustrate all calculations.
Your flowchart must depict each step in the program.
Your flowchart must use 3 types of symbols: ovals (start and end terminal symbols), parallelograms (input and output symbols), and rectangles (processing symbols).
All symbols must be connected by arrows that represent the flow of the program. The flow must make logical sense.
Module 3:
Based on the scenario you selected in the Module 01 Course Project - Overview and the additional statements added in Module 02 Course Project - Project Documentation, you should expand by adding at least 1 module to your program. You need to submit updated documentation of this addition that includes the following:
Internal documentation, using block and/or line comments.
You must declare all variables before using them in your pseudo code. Don't forget that variables are just names. You need to assign values to variables. For example:
Set price = 20
Or
Set dollars = 2.75
Your pseudo code must illustrate all calculations and module(s).
Your updated flowchart must depict each step in the program.
All symbols must be connected by arrows that represent the flow of the program. The flow must make logical sense.
Module 4:
Based on the scenario you selected in the Module 01 Course Project - Overview, the additional statements added in Module 02 Course Project - Project Documentation, and modules you created in Module 03 Course Project, you must now add at least 1 inputs validation loop to your program.
You need to submit updated documentation of this addition that includes the following:
Internal documentation, using block and/or line comments.
You must declare all variables before using them in your pseudo code. Don't forget that variables are just names. You need to assign values to variables. For example:
Set price = 20
Or
Set dollars = 2.75
Your pseudo code must illustrate all calculations and module(s).
Your updated flowchart must depict each step in the program.
All symbols must be connected by arrows that represent the flow of the program. The flow must make logical sense.
Your revised flowchart must illustrate the logic of your input validation loop.
Module 5:
Based on the scenario you selected in the Module 01 Course Project - Overview, the additional statements added in Module 02 Course Project, Module 03 Course Project, and Module 04 Course Project, you must now add at least 1 array to your program.
You need to submit updated documentation of this addition that includes the following:
Pseudocode that illustrates all calculations and a swap module(s).
Your updated flowchart must depict each step in the program, including the swapping.
All symbols must be connected by arrows that represent the flow of the program. The flow must make logical sense.
Your revised flowchart must illustrate the logic of your input validation loop.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started