I need desperate help. [C#] | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I need desperate help. [C#]

Everything that I try to program never works! LIKE NEVER! 😭Please DM me.....

22nd Apr 2020, 1:07 AM
Drioko Weizz
Drioko Weizz - avatar
5 Answers
+ 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.
22nd Apr 2020, 1:21 AM
Ipang
+ 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
22nd Apr 2020, 1:31 AM
ChaoticDawg
ChaoticDawg - avatar
+ 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.
22nd Apr 2020, 3:10 AM
David Carroll
David Carroll - avatar
+ 2
Hey https://code.sololearn.com/cTmk341Y86ri/?ref=app Just see this and contact me if u have doubts regarding c# .Thank you
22nd Apr 2020, 12:53 PM
Nikhil Maroju
Nikhil Maroju - avatar
0
sup kazz
22nd Apr 2020, 2:32 AM
Leviann Fec
Leviann Fec - avatar