
CMD TRICKS : HOW TO USE CMD AS CALCULATOR
Hello, some time you might face that your windows calculator is not working properly, its unable to open at that time you face a little problem to do any calculation works. But don’t worry, today in this tutorial I will show you another CMD Tricks i.e how to use CMD as a Calculator. Hello This is one of the very simple CMD tricks, just follow these steps and you also able to do calculation with CMD.
Step 1 :- Open CMD, then write the oz) following code.
For addition
Example :
Set /a 324+234
For subtraction
Example :
Set /a 1024-824
For multiplication
Example :
Set /a 234*43
Complex calculation
Set /a (456*(45/5)*6)/6 etc….
Like this you can perform any type of the arithmetic