Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 364 Bytes

File metadata and controls

4 lines (3 loc) · 364 Bytes

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.