In the following line of code, what does the (int) represent?number = (int)sensorReading; code example Example: how do you set an integer to a number in java int num = 9;