Prompt for and read a number from the user, double the number, square the number and output the results.

print "Enter number"

read x

print "Double: ",2x, "Squared: ?, x*x