Assignment Five Solve the Mystery Fractal. (shown on class notes for day 12) That means work out what the pattern is. Given an "iteration number", you should be able to say exactly how to produce the corresponding picture. Do this in an algorithmic way. Not necessarily in any programming language, but complete, unambiguous, and concise. Code your fractal plan This time, use C++. Produce the code required to draw an "iteration" of the fractal. The important thing is to make the important part of your code (the algorithm itself) as simple and compact as possible. Extra functions or methods that you implement to simplify the drawing of lines does not count as important for these purposes.