Console is not working | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 4

Console is not working

Plz fix I don’t know c# console is not working plz

18th Aug 2020, 2:10 AM
Angry Roaster India
Angry Roaster India - avatar
15 Answers
+ 7
You have to show your code. I can't see it from here
18th Aug 2020, 2:54 AM
Nilesh
+ 2
Please put a relevant language (C#) in the thread's tags (replace 'fix' by 'C#') ☝
18th Aug 2020, 3:06 AM
Ipang
+ 2
Read my comment again, carefully. You are still not writing the code exactly as I had shown you in the comment.
18th Aug 2020, 3:54 AM
Ipang
+ 1
I wrote a comment in your code, please check the code comment ... The thread tags is still 'fix', can you update it or not?
18th Aug 2020, 3:13 AM
Ipang
+ 1
Have you seen the comment I posted in your code? In summary, you are writing the methods' name wrong, C# is a case sensitive language, you should write syntax correctly. You still haven't updated your thread's tags ☝
18th Aug 2020, 3:28 AM
Ipang
+ 1
Not yet, carefully read my comment again please, your code is still syntactically incorrect ...
18th Aug 2020, 3:33 AM
Ipang
+ 1
thanks
18th Aug 2020, 4:27 AM
Angry Roaster India
Angry Roaster India - avatar
+ 1
Not a problem buddy! 👌 Got the code working now? well, in case not ... Console.Readline -> Console.ReadLine Console.Writeline -> Console.WriteLine Console.Readkey -> Console.ReadKey
18th Aug 2020, 4:32 AM
Ipang
0
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SoloLearn { class Program { static void Main(string[] args) { Console.Writeline("Hello What is your name"); Console.Readline(); Console.Write("oh thank you for visit"); Console.Readkey(); }
18th Aug 2020, 3:12 AM
Angry Roaster India
Angry Roaster India - avatar
0
this is the code
18th Aug 2020, 3:12 AM
Angry Roaster India
Angry Roaster India - avatar
0
it is not working
18th Aug 2020, 3:14 AM
Angry Roaster India
Angry Roaster India - avatar
0
i have done it
18th Aug 2020, 3:31 AM
Angry Roaster India
Angry Roaster India - avatar
0
but it is not working
18th Aug 2020, 3:31 AM
Angry Roaster India
Angry Roaster India - avatar
0
you show me your code
18th Aug 2020, 3:49 AM
Angry Roaster India
Angry Roaster India - avatar
0
to you ipang
18th Aug 2020, 4:27 AM
Angry Roaster India
Angry Roaster India - avatar