Answer to Question #242000 in Algorithms for Henry

Question #242000
Create a full pseudocode with steps that will ask for the user for their First name, Middle name, and Last name. The program will next ask if it is morning or night, and then display a greeting with the user's complete name.
1
Expert's answer
2021-09-25T03:03:11-0400
Begin
  Declare variables FirstName, MiddleName,LastName answer
  Read FirstName
  Read MiddleName
  Read LastName
  Display message: "Is it morning or night: "
  Read answer
  if answer =morning then
     Display message: "Good Morning,"+FirstName+MiddleName+LastName
  else
     Display message: "Good night,"+FirstName+MiddleName+LastName
  end if
End

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS