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.
Yeap my mistake,thank u bro :)
It's in the description written: If the input array is empty or null, return an empty array.
So, according to the error message it seems, that you do not check, if the input is null.
Hi guys,
please somebody help me, i dont understand this error.(c#)
CountPositivesSumNegatives_InputNull
System.NullReferenceException : Object reference not set to an instance of an object
at Kata.CountPositivesSumNegatives (System.Int32[] input) <0x4079a040 + 0x0001e> in :0
at SumTests.CountPositivesSumNegatives_InputNull () <0x407a08e0 + 0x0002b> in :0