Question: # Problem A total = for i in range (4,0,1) : total = total +i print (The total is: , total, , i is ,
\# Problem A total = for i in range (4,0,1) : total = total +i print ("The total is: ", total, ", i is ", i) \# Problem B number =75 count =0 while number >0: count = count +1 number = number //2 print ("The count is " + str (count) + ". \ nThe number is " + str (number)) 1. Tracing Loops - Download this word document and - fill in your name at the top. - fill in the tracing tables - for the loops in Problem A and - Problem B in the code at the right. - Save as PDF format and submit
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
