tenten98 tenten98 25-10-2022 Computers and Technology contestada What is output by the following code? C = 1 sum = 0 while (c< 10): C=C+2 sum = sum + c print (sum)