Question: Question 3 (2 points) This block of code will print the contents of the array to the console. string[] capitals = { Sofia, Washington, London,
Question 3 (2 points) This block of code will print the contents of the array to the console. string[] capitals = { "Sofia", "Washington", "London", "Paris" }; FOREACH (string capital in the array capitals) PRINT capital True False
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
