Lab Price = $9
Please feel free to send us your queries at: [email protected]
Payment methods
Logic and Design Exercise #3 – Numbers Squared
Be sure to THINK about the logic and design: the IPO chart, the flowchart and the pseudocode.
Assignment (part A): Your goal is to solve the following simple logic exercise. Using a FOR loop, write an algorithm that displays the squares of the numbers 1 to 10 to console output.
Thought provoking question: Do you need to accept input?
Assignment (part B): Using a pretest WHILE loop, write an algorithm that displays the squares of the numbers 1 to 10 to console output.
Rubric:
When completed upload the following to the Week 4 Dropbox.
1) The IPO Chart (Word document)
2) The Visio Flowchart
3) The Pseudocode (Word document)