What are the three parts of a while loop?

The while keyword, the condition, and the code blockThe if keyword, the condition`, and the code blockThe display statement, the condition, and the variableThe braces { }, the display statement, and the condition

The while keyword, the condition, and the code block.