Question: Instructions Follow these instructions to complete your assignment: Write a flowchart and matching C program that do the following: Create a character array that is
Instructions
Follow these instructions to complete your assignment:
Write a flowchart and matching program that do the following:
Create a character array that is initialized with the message My Friends Ages
Program" at the declaration Flowgorithm will have to declare a String, and set it's
value in a separate Assign block
Create a second array that will store integer values
Use separate assignment statements not an initializer list or for loop to store ages in
the second array
Use a puts function call to display the message in the first bullet above
Flowgorithm will use the same Output block we have been using for printf
Use a for loop to display the ages stored in the array, as shown in the output below
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
