What is the output of code corresponding to the pseudocode


What is the output of code corresponding to the following pseudocode?
Declare Number as Integer
Declare Product as Integer
Write "Enter a number: "
Input Number
Do
Set Product = Number * 5
Write ("The product of " + Number + " and 5 is " + Product"
Set Number = Number -1
While Number > 0 

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: What is the output of code corresponding to the pseudocode
Reference No:- TGS099450

Expected delivery within 24 Hours