Question 1125978
X= INT(205/10.5) 

Note INT() is the integer function. The result of 205/10.5 is 19.524, and the final result after INT() is 19.