You have already completed these exercises!
Do you want to take them again?
You completed the C++ Arrays Exercises from W3Schools.com
Share on:
What is the output of the following code? string names[4] = {"Liam", "Jenny", "Angie", "Kasper"};cout << names[2];
string names[4] = {"Liam", "Jenny", "Angie", "Kasper"};cout << names[2];