this is just fun post check on your pc and comment here..
this is just fun post check on your pc and comment here..
this is just fun post check on your pc and comment here..
this is just fun post check on your pc and comment here..
this is just fun post check on your pc and comment here..
this is just fun post check on your pc and comment here..
this is just fun post check on your pc and comment here..
this is just fun post check on your pc and comment here..
this is just fun post check on your pc and comment here..
this is just fun post check on your pc and comment here..
2704/50 = 54.08 Works Fine
2704/51 = 53.01960784 Works Fine
2704/52 = Try yourself Doesn’t Work
2704/53 = 51.01886792 Works Fine
2704/54 = 50.07407407 Works Fine
FOUND ANOTHER ONE TRICK TODAY @@!!
Calculations on command prompt :
The command processor CMD.EXE comes with a mini-calculator that can perform simple arithmetic on 32-bit signed integers:
C:>set /a 2+2
4
C:>set /a 2*(9/2)
8
C:>set /a (2*9)/2
9
C:>set /a “31>>2″
7
Note that we had to quote the shift operator since it would otherwise be misinterpreted as a “redirect stdout and append” operator.
For more information, type set /? at the command prompt.

