click on all the variables in the code snippet below

a = 2 ;

x = 4 ;

mean = ( a + x ) / 2 ;

Correct!
Incorrect!
Missed!