Make a simple calculator in html with source code


html> 
   <head> 
      <script> 
          
         function num(val) 
         { 
             document.getElementById("result").value+=val 
         } 
           
       
         function solve() 
         { 
             let x = document.getElementById("result").value 
             let y = eval(x) 
             document.getElementById("result").value = y 
         } 


           
Download full source code file below:
Password:12345678


      Output:





Calculator in html




if you want to python calculator source code click here

gain other technical tricks follow this site:https://www.techsawesome.in/