Friday 12 July 2013

Using Command Prompt As Calculator.

Type this in command prompt for calculation.


(Go to Start/Run/type cmd)

set /a 1+1

set /a 1-1

set /a 4*3

set /a 4%3

set /a 4/3



0 comments:

Post a Comment