Taylor is writing an algorithm to record the results of an experiment. Taylor needs to be able to enter a numeric value which is added to a total which initially starts at 0. Every time she enters a value, the total is output. The algorithm repeats until the total is over 100. (a) Write an algorithm to implement Taylor’s requirements