int main(){ int a,b; a = 0; while (a < 10) { c = c + a; a = a + 1; } return 0; }