Which of the following helps troubleshoot a problem when there is only one right answer but you keep getting a true statement for every possible answer?(1 point) Responses if/else statement if/else statement array statement array statement binary statement binary statement jump statement

The correct answer is if/else statement.

An if/else statement allows you to execute different sets of statements based on the condition being true or false. By using this statement, you can check multiple possible answers and determine the correct one.