Question: Project - Phases & Planning PHASE 1 - Planning: 1 . Draw a Data Flow Diagram: What variables are passed as input into a
Project Phases & Planning
PHASE Planning:
Draw a Data Flow Diagram: What variables are passed as input into a function from the main function to each of the other functions? What valuesvariables are returned?
Write pseudocode stages for the overall project. Which parts of the code will be implemented by each function?
Draw a flowchart for each of the functions.
Variables List variable name, type, explain what each represents A starting point for the variables list is given in the PDF document. Expand this list as you add more variables. Its important to reference this Variables List as you are coding so that you don't mixup the different x values.
Example Variable list HW
xmin double minimum x value for table user input
xmax double maximum x value for table user input
steps integer number of intervals to break range user input
incr double increment between steps
x double variable for storing current x value in loop
y double variable for storing current y value in loop
Phase is due early!
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
