why am i getting errors for this | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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);

6th Aug 2023, 3:09 PM
Herbert Bempong
Herbert Bempong - avatar
4 Answers
+ 2
It looks fine here. Make sure you don't have any typos.
6th Aug 2023, 3:17 PM
Ausgrindtube
Ausgrindtube - avatar
+ 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
7th Sep 2023, 8:29 AM
Ausgrindtube
Ausgrindtube - avatar
0
Works fine for me as well.
7th Aug 2023, 10:01 AM
Marcos Chamosa Rodríguez
Marcos Chamosa Rodríguez - avatar
0
i am already getting error, and i dont have any typos. Can u please help me
6th Sep 2023, 2:40 PM
Donya Izadi