Multiplying numbers is done the same way, using the * operator.
Get a number from the user (presumably from keyboard input, cin >>), store it in a variable of appropriate type (int, double etc), and multiply it using * with whatever other number/variable you want.
If this is not what you are trying to do, I apologize. Please clarify.