IDNLearn.com is designed to help you find the answers you need quickly and easily. Discover prompt and accurate answers from our experts, ensuring you get the information you need quickly.

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)