Write a program with 2 variables that both take integer inputs from the user.
Have the program print the result of multiplying the 2 numbers together.
For full marks, have the print statement read something like this (if the numbers were 5 and 8): “5 x 8 = 40”
( This should be done in Codeh)