Answer:
while ( num >= 0) { ... }
Step-by-step explanation:
Required
Express to execute a while loop with the given condition.
The condition in the question is that: the user input must be greater than or equal to 0.
The statement for this is:
(
) {
}
Where num is the input variable