Computer Science, asked by vaishalisingh8356, 3 months ago


4. What are the parameters needed to create a for loop?

Answers

Answered by ItzSantaclaus
1

Answer:

Literary criticism is the study, evaluation, and interpretation of literature. Modern literary criticism is often influenced by literary theory, which is the philosophical discussion of literature's goals and methods

Answered by Sarah0909
24

Answer:

What are the parameters needed to create a for loop?

Initialization. eg- int i=1;

Testing. eg- i<=10;

Updation. eg. i++;

Body-of-loop.

Similar questions