169k views
3 votes
Create an algorithm and flowchart that will accept name of user and display it.

1 Answer

3 votes

Answer:

Algorithm

1.Start.

2.Using an input function, ask the user to input the name and store the Entered Value in string variable.

3.Print value stored in String Variable.

4.End.

Flow chart:

Create an algorithm and flowchart that will accept name of user and display it.-example-1
User Jacob Parker
by
5.4k points