In the following code segment, if the algorithm doIt has an efficiency factor of 5n, calculate the run-time efficiency of the program and determine its big-O notation, (4pts) for (int i=1; i<=n; i++) doIt(…)