Answer:
If...Then...ElseIf
Step-by-step explanation:
If... Then... ElseIf statement perform their tests, one after the other, until one of them is found to be true.
Answer: if then elseif
It can be a chain of statement as shown below:
while(condition)
{
if( condition){
Then {
}
else if {
9.4m questions
12.2m answers