Computer Science, asked by Jailakshmanaram, 4 months ago

write an algorithm to get name of the person as input and to display it as a message
Example of the message to be displayed as output: Hello John! Good morning​

Answers

Answered by aaryamang03
0

Answer:

Please see the algorithm in Pseudo Code

Explanation:

name = input of name

output "Hello" + name + "!" + "Good morning"

Similar questions