mcahill9616 mcahill9616 31-10-2022 Computers and Technology contestada c = 1 sum = 0 while (c < 10): c = c + 2 sum = sum + c print (sum)