Any reasonable Programmer should help me out with my Calculator - - TopicsExpress



          

Any reasonable Programmer should help me out with my Calculator - Programming Codes Put The first number: Put The Second number: _________________________________________________________________________________________ Operations ™ Sum: Sub: product: Division: function sumform() { var x=Math.floor(document.firstnum.fnum.value); var y=Math.floor(document.secondnum.snum.value); var z=x+y; document.but.total.value=z; var w=x-y; document.but.sub.value=w; var k=x*y; document.but.pro.value=k; var l=x/y; document.but.div.value=l; }
Posted on: Tue, 05 Aug 2014 19:06:15 +0000

Trending Topics



Recently Viewed Topics




© 2015