- 4
Console is not working
Plz fix I donât know c# console is not working plz
15 Respostas
+ 7
You have to show your code.
I can't see it from here
+ 2
Please put a relevant language (C#) in the thread's tags (replace 'fix' by 'C#') â
+ 2
Read my comment again, carefully. You are still not writing the code exactly as I had shown you in the comment.
+ 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?
+ 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 â
+ 1
Not yet, carefully read my comment again please, your code is still syntactically incorrect ...
+ 1
thanks
+ 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
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();
}
0
this is the code
0
it is not working
0
i have done it
0
but it is not working
0
you show me your code
0
to you ipang