UMUC Address Input Program using Variables Project
Write a program to collect input from the user for two complete addresses (name, street number, street name, city, state, and zip code) from the command-line prompt. You will first need to create variables to store the addresses in the variables, and then create the appropriate built-in functions to capture the input from the addresses from the user. The street number and zip must be represented in the system as numerical values. You will accomplish this using what youve learned in the first few weeks of this class. Create a program that captures user input and uses variables to store the addresses to be printed.