What is the value of the variable "m" after running these four commands in order?
a = 2 ;
x = 4 ;
m = ( a + x ) / 2 ;
a = 6;