give a validation rule such that a user can enter only the value of 1,2 or 3? please answer
Answers
Answered by
8
Answer:
you can use i>=1 or i<=3 or you can use range(1,4) range is a function u can use in the programming language
Explanation:
Similar questions