Computer Science, asked by vishwathomukhi, 5 months ago

How many times is the following loop executed? i = 1 while i 0 and 1: print “ Hello ...” i = 2 * i

Answers

Answered by gitsup
0
It will not execute due to the “and”
Similar questions