Ok, so I am working on an assignment for my Intro to C++ Class. The instructions are: "Write C++ program that uses an array of characters to input and output your address (you can use a fictional address)"
My question is am I supposed to code my address in the program, so when it is executed it just outputs the address. Or am I supposed to code the program to ask the user to input the address when the program is actually being run, and then output it.
im just confused with the part of the assignment that says (you can use a fictional address) because I am not actually outputting an address in the program, since it asks the user to input the address.