I am doing a project for my class and I am stumped here. I know how to get the math functions to properly calculate something, but I cannot figure out how to display the results.

I am supposed to get the user to input two numbers, one for distance and one for speed limit, and divide speed limit into distance to get travel time, and then display the travel time on the screen. I have the distance and the speed limit and the calculation seems to be working, but I am not sure how to display the resulting travel time to the screen to check.
I have added the Alice file I am working on here for viewing, PLEASE tell me what I have to do to display the results!!!!