Move Statements into a Function Why? You see the same code executed every time you call a particular function. Benefits: Remove duplicated code. What? -Move statements into a function. How? Sample Before