Multiple choice A semicolon immediately after a prompt in an INPUT statement will cause _______. the prompt to print in the next available space a line to be skipped in the output a question mark to appear on the screen at the end of the statement an error to occur Reveal answer Fill a bubble to check yourself C Correct answer Explanation A semicolon after the prompt suppresses the automatic newline and causes a question mark to appear at the end of the prompt, signaling that input is expected.