Question: Read in a file which has a number of complex numbers in the form of a+bi (e.g. 3+5i 2-3i etc).
Part a: Read in a file of complex numbers (126import.txt) and store them in an array of complex objects.
Part b: Sort the objects use one sorting algorithm (e.g. bubble-sort)
Part c: Write the sorting results back to a file 126export.txt.
This one is complex and I don't know how to do it and please do proper documentation of code.