You can use CMD as your own Calculator! (It doesn't allow desimals though)
- Start cmd.exe on your system
- Type :
set /a n=<type your equation here>
- Press enter
- You will see your answer below the question.
- For example, if you type set /a n=(5+1)/3 then you will see 2 given below
This comment has been removed by the author.
ReplyDelete