Computer Science, asked by sudhasivakumar1708, 7 months ago



3. How are
following two code fragments different from
another & Also, predict the output of the
co de fragment :
int (input ("Enter integer: "))
if n
>0:
for a in range (1,n+n)
print (a/(n/2))
else:
print ("now quiting")​

Answers

Answered by kushagrapandey2008
0

Answer:

3. How are

following two code fragments different from

another & Also, predict the output of the

co de fragment :

int (input ("Enter integer: "))

if n

>0:

for a in range (1,n+n)

print (a/(n/2))

else:

print ("now quiting")

Similar questions