+ 1
why am i getting errors for this
1 37 Comments Fill in the blanks to create a function that will concatenate strings and return the result. Then call it. static string Concat(string x, string y) { string res = x + y ; return res; } string msg = Concat ("Finishing ", "the last module"); Console.WriteLine(msg);
4 Respuestas
+ 2
It looks fine here. Make sure you don't have any typos.
+ 1
Can you please copy and paste your code as per the following guide and also show us the task.
https://code.sololearn.com/Wek0V1MyIR2r/?ref=app
0
Works fine for me as well.
0
i am already getting error, and i dont have any typos. Can u please help me