Project information

Project details

This is a arithmatic Calculator made using HTML, CSS and JavaScript. The AC button is used to clear the entire input field; the DEL button is used to delete the last input value; the % button is used to calculate the percentage; the / button performs division; the * button performs multiplication; the - button performs subtraction, and the + button performs addition. In addition, it also has buttons for numbers 0-9 and decimal point to enable users to enter numerical values. Finally, there's a button with an equal sign (=) that computes the result of the operation entered by the user.