Question: What's the output from the following code segment when the input is 1 4 2 5 - 2 3 cnt = 0 t = 0

What's the output from the following code segment when the input is
1
4
2
5
-2
3
cnt =0
t=0
while (cnt 6):
num = int (input ())
if num >0 and num %2==1 :
t=t+ num
cnt=cnt+1
print (t, end="'")
 What's the output from the following code segment when the input

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!