Skip to content

Latest commit

 

History

History

more-than-zero

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Correct this code so that it takes one argument, x, and returns "x is more than zero" if x is positive (and nonzero), and otherwise, returns "x is equal to or less than zero." In both cases, replace x with the actual value of x.