bug in the judge sistem in the "Greeting by Name" task
I'm pretty new in the softuni, but as far as I understand in the "Greeting by Name" task I should first ask the name and after that there must be a greeting "Hello somebody", and the program in this case in my opinion should be something like that:
Console.WriteLine("Enter your name:");
var a = Console.ReadLine();
Console.WriteLine("Hello, " + a + "!");
But the judge system say that this is wrong.
I change the code like that :
var a = Console.ReadLine();
Console.WriteLine("Hello, " + a + "!");
and now it is ok.
Excuse me for writing in english, but I received -1 for not abiding the rules, I didn't get the reason, so I'm doing my best for not happening again.
When you post programs in Judge system , remove "Console.WriteLine("Enter your name:");" .The system knows very well what kind of data have to give you like imput ;-)
А защо сте избрали английски език за комуникация?
Чета, че колегата @Nakoye "спазва правилата" като пише на английски. Мисля, че един нов Паисий ще ви дойде добре на всички.
От сега нататък, всеки един въпрос на английски, зададен от българин, го трия без обяснения.