ふぶき 知ろう
ふぶき 知ろう
CC#
Created by ふぶき 知ろう on 8/19/2024 in #help
Hello I need help with this code I dont get why its not working
5 replies
CC#
Created by ふぶき 知ろう on 12/13/2023 in #help
I dont understand how this works
string[] friends = { "Zuka", "Jajo", "Bedo", "Quji", "Rhaast" }; Console.WriteLine(" "); foreach (string s in friends) { Console.WriteLine("Hello " + s); } so why does the string s transform into the friends I understood for how it worked with ints but I dont get it for strings
8 replies