Thats the quote button ![]()
Since your calculations are using integer variables, all they can return is integers. As far as I'm aware the lcdprint function can only handle strings, you need to convert the number to a string before displaying it.
Do some looking up of "sprintf"