Write an algorithm to Input your name and address and display them.
Answers
Answered by
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