liayachambers liayachambers Today at 3:25 PM Computers and Technology Answered What is output by the following code? C = 1 sum = 0 while (c< 10): C=C+2 sum = sum + c print (sum)