Question: Write a flowchart for the following 2 pseudo code programs: 1 . Pseudo code to input user's name and display a greeting: BEGIN PROMPT Please
Write a flowchart for the following pseudo code programs:
Pseudo code to input user's name and display a greeting:
BEGIN
PROMPT "Please enter your name"
READ username
DISPLAY "Hello, username
END
Pseudo code to input a value, multiply it by and display the result:
BEGIN
PROMPT "Please enter a value"
READ uservalue
result uservalue
DISPLAY uservalue multiplied by is result
END
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
