👤


What is output by the following code?
C = 1
sum = 0
while (c 4 10):
C=C+2
sum = sum + c
print (sum)


What Is Output By The Following Code C 1 Sum 0 While C 4 10 CC2 Sum Sum C Print Sum class=