problem in while language

hello...may i ask, is it valid to use while and if in the loop?

You mean nest an if statement within a while loop? Sure.

Arrch:
You mean nest an if statement within a while loop? Sure.

Although less common, you can also nest a while loop within an if statement.

Or if by loop you mean the void loop(), then yes to that as well.

"We don't know your question, but the answer is yes"