A Common Programming Error When you add a statement and forget to add the braces if (condition) statement1; statement2;/* Added */ next_statement; The