Advertisements
Advertisements
प्रश्न
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.
संक्षेप में उत्तर
उत्तर
var number;
if(number > 50 && number < 100)
shaalaa.com
HTML Forms
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?