4. What are the parameters needed to create a for loop?
Answers
Answered by
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
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