Computer Science, asked by achirc4028, 1 year ago

Condition being tested within the loop may be relational or logical opeeation

Answers

Answered by Sidyandex
8

The Condition being tested within the loop may be relational or logical opeeation is while.

A while lop is a flow statement that allows code to be executed repeatedly.

It consists of a block of code and condition.

The condition is evaluated and if it's true, the code written in the block is executed.

Similar questions