Computer Science, asked by 369haris, 3 months ago

write a single c statement that: Test i to see if it's less than or equal to y in the condition of a while statement

Answers

Answered by neha42476
3

Answer:

A loop is used for executing a block of statements repeatedly until a given condition returns false. In the previous tutorial we learned for loop. In this guide we will learn while loop in C.

Explanation:

please mark me brilliant ❤️

Similar questions