The line of code after the line while num!=10: will be executed under what conditions?

(1 point)
Responses

The number is 10.

The number is 10.

The number is not 10.

The number is not 10.

The loop has executed fewer than 10 times.

The loop has executed fewer than 10 times.

The loop has executed more than 10 times.

The number is 10.