Advertisements
Advertisements
Question
Discuss the following and Answer the question.
A teacher has asked a student to create a web page to accept number and check whether it is between 50 to 100.
- List the variable, operators to be used.
- Specify the built-in function used and structure used.
Answer in Brief
Solution
var number;
if(number > 50 && number < 100)
shaalaa.com
HTML Forms
Is there an error in this question or solution?