Task 1 Draw a flowchart that presents the steps of the algorithm required to perform the task specified. You can draw the flowcharts with a pen/pencil on a piece of paper and scan it for submission, as long as the handwriting is clear and legible. However, it is strongly recommended to draw flowcharts using a drawing software. Here are links to some free drawing tools Task 2 Implement your algorithm in Python. Comment on your code as necessary to explain it clearly. Your submission will consist of: Your algorithm throughflowchart/s
ASSESSMENT ITEM 1 – COLLATZ SEQUENCE Assessment item 1 – Collatz Sequence Value: 10% Submission method options: Alternative submission method TASK Write a program to print out Collatz sequence (https://en.wikipedia.org/wiki/ Collatz_conjecture) for a user-supplied number. Prompt the user for a positive integer which will become the first number in the sequence. Next number in the sequence is … Read more