1. Create a Raptor program that draws an image roughly like this one: http://www.davidwills.net/cmis102a/Raptor2/secondImage600x600.png Sign your art work with your name. Alt+PrtSc (PrintScreen button) copies a window into the system clipboard. Alt PrtScr the RAPTORGraph window, paste it into Tycho editor. 2. Write a Raptor program that inputs from the user the width and height of the graphics window, the width and height of a rectangle, and then draws that rectangle in the center of the graphics window and also displays the perimeter and area of the rectangle, and the width and height of the rectangle near the width and height part of it. Include your name in the output. Think about how to specify the corners of the rectangle of given width and height so the rectangle will be centered.