Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
how to view hidden comment?
Crazy method naming convention
kata suggestion != kata solution
Duplicate issue below
I show your test mistakes.
You should use very small range (ex: 0 to 5, to 4 ....).
Hi, I'm really struggling with the estimated range. I've passed all 15 sample tests but only 75 of 78 of the main tests. I can't seem to work out what the comment "When the car is built, it should be assumed that the consumption was 4.8 Liter for the last 100 seconds." means because I pass tests when the car is running for more than 100 seconds but not ones that run for less than 100 seconds. Could you explain further please?
It's still broken.
I previously made this one on Python, but I was having problems with C#'s version :( I'm learning the language, I got errors like "error CS0266: Cannot implicitly convert type 'double' to 'int'"
Any suggestion that anyone could give to help me out? Thanks in advance :)!
Great kata btw!!!
This comment is hidden because it contains spoiler information about the solution
Thank you for your efforts. At the moment I'm quite busy with job applications. I will definitely review as soon as I have time. My apologies for the delay.
Console
belongs to theSystem
namespace, so you either need to useSystem.Console.WriteLine
or do ausing System
first.I'm new to C#. Where do you call the function (what line?) i.e. ConsoleWriteLine(Greet("swedish")); I'm running it on Visual Studio 2017 and I am getting error -> "the name Console.WriteLine does not exist in the current context. Please let me know how I can print answer to screen. Thanks
Thank you! I was beginning to think it was too big (or maybe too boring). I added some additional tests if you want to resubmit.
Thanks for the feedback.
This is correct, I discovered these 2 katas right after publishing mine (my initial search may have been done only on Approved kata - not on beta ones)
Hopefully the differences with the two others "Knight's Tour" katas will still make this one interesting to have.
OK,fixed, thanks ;-)
Loading more items...