Write a definition of function divisibleBy10(n) that yields true if n is divisible by 10 (and false if n is not divisible by 10). Test it by pushing the Compute button. After it works, submit it by pushing the Submit button.

 

  [Language: Cinnameg  Kind: function definition]