You have already completed these exercises!
Do you want to take them again?
You completed the C++ Arrays Exercises from W3Schools.com
Share on:
Drag and drop the correct index number to print Kasper from the array.
Kasper
string names[4] = {"Liam", "Jenny", "Angie", "Kasper"};cout << names[ ];