What code should go in the blank below in order to make the console print "First String" "Second string" "Third string"?
1) for (int i = 0; i < strings.Length; i++)
2) foreach (string item in strings)
3) while (strings.Length > 0)
4) if (strings.Length == 3)