Calculations using Command Prompt!

whiz.kid.aniket

whiz.kid.aniket

@whizkidaniket-5IiBCq Oct 25, 2024
The command processor CMD.EXE can perform simple arithmetic on 32-bit signed integers:

Eg:

C:\>set /a 5+5
10

C:\>set /a 4*(8/2)
16

C:\>set /a (4*8)/4
8


For more information, type 'set /?' in the command prompt.

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform