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.
if its not too much to ask what is Func<int,string> and the => part
i just wanted to say that i personally drop the else statement when the if statement contains a return statement since it will exit the method.
using C#
i am getting this error. code work fine on Visual studion on my local machine.
i googled it but it seems to be something concerning namespaces but i cant pin it down.
any ideas?
src/Solution.cs(11,28): error CS0103: The name 'Math' does not exist in the current context
it gave me an error while using c#
it didnt recognize Math.Pow()
solution worked on my local machine just fine
or just return a in the else sa=tatement as i did
what if numbers were equal?