b) s = 0 i = 1 while i < 11: s = s + i i = i + 1 print(s)5/16b) s = 0 i = 1 while i < 11: s = s + i i = i + 1 print(s)Nhập câu trả lời ở đây0/3000 ký tựGiải thíchb)