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.
This comment is hidden because it contains spoiler information about the solution
A function can only return one value. As soon as
"Underweight"
is returned the functions stops executing and the statements further down are not evaluated.the constraints are stated as beteen 1 and 12, therefore the solution does not need to account for negative numbers
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Please use spoiler flag next time, your post was visible in the homepage.
This comment is hidden because it contains spoiler information about the solution
you are wrong. Only 1 "if" will return a value here.
no me gusta esta solucion, porque si el mes es 2 abria tendria que devolver 1,2 , 3 y 4. ya que 2 es un mes menor a 12, a 9, a 6 y a 3. y la idea es devolver 1 mes, corrijanmen si me equivoco
Why did we need to return null
Won't happen.
the code won't work
what if A string is given in uppperCase
Thank you
Loading more items...