Please enable JavaScript.
Coggle requires JavaScript to display documents.
072775364_AA04_1 (Definition (Must have user input numbers, Must state…
072775364_AA04_1
Definition
Must have user input numbers
Must state output data
Number cannot be negative
All factors can be seen
Looks at all factors
Reads integer values
Analysis
Do you want to see only the prime factors?
Are there decimals?
Is there supposed to be a maximum?
Is there supposed to be a minimum
Can negative numbers be calculated
IPO
Processing
Dividing input by numbers from 1 and up
Output
Print ALL factors
Input
User_input (integer)
Design
Takes numbers as input and finds all factors in the number
Gets input from client/user
doesn't need to state whether factors are prime or not
Divide input by an increasing integer
States all factors of the input
Needs two variables
Needs to show the factors