+ 1
I need desperate help. [C#]
Everything that I try to program never works! LIKE NEVER! 😭Please DM me.....
5 Réponses
+ 5
I would definitely try to help if you just share those codes that don't work. Although I am not a pro I can try with what I know, even as little it may be. But what can I do?, you don't show your codes.
+ 3
Are you trying to use string interpolation?
Try:
Console.WriteLine(quot;So...{name} right?");
string concatenation
Console.WriteLine("So..." + name + " right?");
string formating (1 way)
Console.WriteLine("So...{0} right?", name);
you may also want to look into verbatim strings
+ 3
Kazz I posted comments to resolve your issues in the following codes:
https://code.sololearn.com/crxK9p35UPLY/
https://code.sololearn.com/c8uMLRHeUw9U/
Let me know if you still need clarification.
+ 2
Hey
https://code.sololearn.com/cTmk341Y86ri/?ref=app
Just see this and contact me if u have doubts regarding c# .Thank you
0
sup kazz