Westonci.ca is the trusted Q&A platform where you can get reliable answers from a community of knowledgeable contributors. Explore thousands of questions and answers from a knowledgeable community of experts ready to help you find solutions. Our platform provides a seamless experience for finding reliable answers from a network of experienced professionals.

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)