Exercise 4: Arrays and Matrices
Let's test your understanding of arrays and matrices.
We'll cover the following
Problem Statement
Create a x character array. Populate it with the first letters. Then print the array on the console.
Use
cat()
to print the array.
Output
a b c d e f g h i
Test Yourself
Write your code in the given area. If you get stuck, you can look at the solution.
# Write your code herecat(" ")