Write a pseudocode algorithm that uses the For Each loop to display all of the values in

Question:

Write a pseudocode algorithm that uses the For Each loop to display all of the values in the following array:Constant Integer SIZE = 10 Declare Integer values [SIZE] = = 1, 2, 3, 4, 5, 6, 7, 8, 9, 10

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: