Computer Science, asked by avi4817, 9 months ago

Name two types of iterative construct.give examples of each​

Answers

Answered by trmanormak
0

Answer:

Sequoia supports all of the C iteration constructs (while, for, and do). Although some optimizing compilers are able to analyze such loops in simple cases and parallelize them, in general, these are all sequential, and possibly data-dependent iteration constructs. Consider the following example inner task, which blocks its argument arrays into length-T subarrays that are passed to subtask calls.

Answered by vedansh0103
0

two types of iterative constructs in Java are entry controlled loop and exit controlled loop

entry controlled loops=for loop, while loop

exit controlled loop=do-while loop

Similar questions