Help Dotty graph the absolute value function! 1. When the green flag is clicked, make Dotty go to the center of the screen and ask what x coordinate she should go to. 2. First, change her x-coordinate to the user’s answer, then change her y-coordinate to the absolute value of the answer (hint: this is a mathematical operator). 3. Make her say what her new coordinates are and then leave a stamp with the pen tool. 4. Repeat this code 10 times so that we graph 10 points of the function. 5. Next, make Dotty go to (-180,180), put the pen down, and then repeatedly increase the x position by 1 and update the y position to be the absolute value of the x position.