You are on page 1of 1

Machine Problem 3: Prog33

Create a complete C# program that will display all the elements in Array4D. Use foreach loop.

PSEUDOCODE AND FLOWCHART

BEGIN

Declare int var Array4D

Construct new object int

Declare array elements

FOREACH int i in Array 4D

PRINT i

ENDFOREACH

END

You might also like