Write pseudocode that uses a loop to display all of the data from the following array. Your logic must work with a minor change to a constant for any number of entries in the array. You do not have to make this process into a function or method; you can just have it inside the main module. The array is already loaded with the data.
- Constant Integer SIZE = 6
- Declare String Stars[SIZE]
- Scarlett Johansson
- Theo James
- Brad Pitt
- Gisele Bundchen
- Halle Berry
- George Clooney