Skip to content

Latest commit

 

History

History

grasshopperIfelseSyntaxDebug

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Grasshopper - If/else syntax debug

8 kyu link to kata
my solution

If/else syntax debug

While making a game, your partner, Greg, decided to create a function to check if the user is still alive called checkAlive/CheckAlive/check_alive. Unfortunately, Greg made some errors while creating the function.

checkAlive/CheckAlive/check_alive should return true if the player's health is greater than 0 or false if it is 0 or below.

The function receives one parameter health which will always be a whole number between -10 and 10.