Name two types of iterative construct.give examples of each
Answers
Answered by
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
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
Math,
6 months ago
Chemistry,
6 months ago
Computer Science,
1 year ago
Science,
1 year ago
Biology,
1 year ago