Introduction - If you have any usage issues, please Google them yourself
On start-up, the program prompts the user for the property listings filename. The file contains the address, suburb and price (in dollars) of each property listed by the agent (see sample file provided: properties.txt). The program reads the address, suburb and price of each property from the file into an array of structures.
Once the relevant details have been read, the program displays a menu and prompts the user for their selection – to display properties, search for those <= to a price, add a new property or save the file.