Computer Science, asked by champ3759, 3 days ago


Write an algorithm to Input your name and address and display them.

Answers

Answered by yuvikanishtha
1

Answer:

To input name and address and displaying it:

Step 1: Start.

Step 2: Declare the variables name, address.

Step 3: Read values of name, address from the user.

Step 4: Display name, address.

Step 5: End.

Similar questions