Maybe a stupid queston but:

How do I do this in picbasic ? :

(clk is a counter which is under 10000 pulses/sec)

t=(clk*0.27)*3.6

And output the result 't' to an lcd..
The result can be an integer.
(How to output to an lcd is no problem, just the maths)