What will be the output of the following lines of code and the user's response?

Answer:
The answer is C. 85
Explanation:
The int() function is usually used to turn a float, to an int. When you use the int() function, it just cuts of everything past the decimal. It doesn't round the float. Leaving you with the option C. 85
hope this helped you :D