#!/bin/Bash
echo "Enter the two numbers to be Multiplied:"
read n1
read n2
answer=`expr $n1 \* $n2`
echo $answer
Chat with our AI personalities
The product of two numbers is the answer to multiplying the two numbers together.
Is the result of multiplying two numbers together.
the PRODUCT :)
you get a product.
The product