while statement is a part of .
looping statement
selection statement
both
Answers
Answered by
2
Answer:
Looping statement are the statements execute one or more statement repeatedly several number of times. In C programming language there are three types of loops; while, for and do-while.
This is done by making use of selection statements. Selection statements allow a program to test several conditions, and execute instructions based on which condition is true. That is why selection statements are also referred to as conditional statements.
while statement is a part of looping statement
Answered by
0
Answer:
looping is the correct answer
Similar questions