Write a program that asks the user for the five parts of their address, then displays the full address in a formatted block.
The program should prompt for the following, in order:
Enter your street: Enter your town: Enter your city: Enter your county: Enter your postcode: Your address is:
street
town
city
county
postcode
Input:
20 South Drive
Allworth
Winchester
Hampshire
SO22 4DC
Output:
Your address is:
20 South Drive
Allworth
Winchester
Hampshire
SO22 4DC