Bad Indenting 2 double a_function(int a) { int b = 0; double c; while(b < 100) { if (a == b) { c = 34.2; } else {c = 12.8; } } }