Store Values In An Array by / On February 5, 2020 / In Information Systems Instructions Write a program and flowchart. The program should store the ages of six of your friends in an array. Store each of the six ages using the assignment operator. Print the ages on-screen using a “for” loop. Here is what the output looks like.