Solution is

CBSE, JEE, NEET, CUET
Question Bank, Mock Tests, Exam Papers
NCERT Solutions, Sample Papers, Notes, Videos
<input type="button" value="4" onClick="document.calculator.ans.value+='4'"> <input type="button" value="5" onClick="document.calculator.ans.value+='5'"> <input type="button" value="6" onClick="document.calculator.ans.value+='6'"> <input type="button" value="7" onClick="document.calculator.ans.value+='7'">
<input type="button" value="8" onClick="document.calculator.ans.value+='8'"> <input type="button" value="9" onClick="document.calculator.ans.value+='9'"> <input type="button" value="-" onClick="document.calculator.ans.value+='-'"> <input type="button" value="+" onClick="document.calculator.ans.value+='+'">
<input type="button" value="*" onClick="document.calculator.ans.value+='*'"> <input type="button" value="/" onClick="document.calculator.ans.value+='/'"> <input type="button" value="0" onClick="document.calculator.ans.value+='0'"> <input type="reset" value="Reset"> <input type="button" value="=" onClick="document.calculator.ans.value=eval(document.calculator.ans.value)">
Solution is <input type="textfield" name="ans" value="">
Posted by ☮?Amiable Buddy?☮ 5 years, 8 months ago
- 10 answers
Related Questions
Posted by Kanika . 3 months ago
- 1 answers
Posted by Sahil Sahil 1 year, 3 months ago
- 2 answers
Posted by Lakshay Kumar 11 months, 3 weeks ago
- 0 answers
Posted by Vanshika Bhatnagar 1 year, 3 months ago
- 2 answers
Posted by Hari Anand 5 months ago
- 0 answers
Posted by Parinith Gowda Ms 2 months, 1 week ago
- 1 answers
Posted by Parinith Gowda Ms 2 months, 1 week ago
- 0 answers

myCBSEguide
Trusted by 1 Crore+ Students

Test Generator
Create papers online. It's FREE.

CUET Mock Tests
75,000+ questions to practice only on myCBSEguide app
myCBSEguide
☮?Amiable Buddy?☮ 5 years, 8 months ago
0Thank You