Lori is writing the code for her video game using PlayCanvas. She is creating a set of if statements that check for six different variables. What type of conditional statement is Lori using? (1 point) Responses switch statement switch statement if/else statement if/else statement causal statement causal statement if statement

1 answer

Lori is using an if/else statement. Since she is checking for six different variables using a set of if statements, the most appropriate type of conditional statement in this context would be an if/else statement.