Computer Science, asked by iamvijaykumarb, 4 months ago

DESCRIPTION
What will be the output for input {12,54,32,76,29}
NUM=O
for n=1 to 5
take each input number
if number>=50
NUM=NUM+number
END if
END for
display NUM​

Answers

Answered by jainybaba278
0

Answer:

for input 12

output

NUM= 12,13,14,15,16

for input 54

NUM = 54,55,56,57,58

similarly all output will display

Similar questions