The pseudocode representing the above described logic of a program is:
start
input num1
input num2
set product = num1*num2
output product
stop
See the related flow chart is attached.
Pseudocode is a precise yet comprehensible explanation of what a computer program or algorithm must perform, written in normal language rather than programming language.
Pseudocode is occasionally used as a detailed phase in the development of a program.
Learn more about Pseudocode:
https://brainly.com/question/24953880
#SPJ1