24th program input & output

Input : Enter first number :15
Enter second number : 10

Output : multiply = 150
///////////////////////////////////////////////////////////////

Input : Enter first number :95
Enter second number : 20

Output : multiply = 1900
///////////////////////////////////////////////////////////////

Input : Enter first number :8
Enter second number : 10

Output : multiply = 80
///////////////////////////////////////////////////////////////