Discover answers to your questions with Westonci.ca, the leading Q&A platform that connects you with knowledgeable experts. Discover a wealth of knowledge from professionals across various disciplines on our user-friendly Q&A platform. Connect with a community of professionals ready to provide precise solutions to your questions quickly and accurately.

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)