Latest Sapient Aptitude Question SOLUTION: What will be the output of the following code? public void onSensorChanged(SensorEvent event){ final float alpha = 0.8; } gravity[0] = alpha * gravity[0] + (1 - alpha) * event.va