Answer the following questions:
1. The Wikipedia article on refactoring talks about code smell and one motivation for engaging in refactoring. What is code smell? Describe briefly two examples of "code smell" and how refactoring would eliminate them.
Answer
What is "code smell" is essentially factors in code that make your program run less efficiently and slow it down.
Two examples:
2. Insert a screenshot of the procedure from your app below.
Answer
See below
3. What are the advantages of using procedural abstraction? Try to name at least 2 advantages.
Answer
The advantages of using procedural abstraction is that others can understand what you're doing, otherwise there would be no rules and others would be unable to interpret what you were doing.