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.
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
i mean it always return 1 for negative values and months are not negative number , I seem that i didn't type correctly maybe but i mean for negative values and it accepts zero also due to the less than 3 condition by the way right solution
For the second sample test, with input
8
, can you explain how it's going to return 1?wrong solution it always return 1 and it also takes negative values but months are not in negative number
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
This comment is hidden because it contains spoiler information about the solution
Loading more items...