Write a function that checks whether a number is between 1 and 500? function solve( a ){ //write your code here } Login to Submit
input: 5 output: true input:1 output: true