Question: ICE6_1: [First develop your pseudocode or flowchart] - Exer-1: Fix the six syntax and logic errors in the code below to print a countdown of
![ICE6_1: [First develop your pseudocode or flowchart] - Exer-1: Fix the](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f4f4ad33d11_45266f4f4acc1623.jpg)

ICE6_1: [First develop your pseudocode or flowchart] - Exer-1: Fix the six syntax and logic errors in the code below to print a countdown of the numbers from 10 to 0 . Use all statements; do not reorder the statements. - Exer-2: The code below has five errors in indentation, logic and syntax; change it to correctly print a count up from -10 to 0 . Use all statements; do not reorder the statements. \[ \begin{array}{l} \text { ]: } \quad \text { HICE6_1 Exer-2 } \\ \text { output }=" n \\ x=-10 \\ \text { while } x+str(x)+" print(output) ]: M HICE_1 Exer-2 Fixed - Exer-3: The code below will loop as long as the number that you enter isn't negative (a negative value is a sentinel). It will add each non-negative number to the current sum. Once a negative number has been entered, it will print out the sum and average of the numbers entered. But someone jumbled up the code. Can you reorganize, correct and indent it so it works properly? Use all statements; do not add or delete any statments. ]: \#ICE5_1 Exer-3 Fixed
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
