A quick multiple-choice check before you move on. Answer every question, then submit to see how you did.
1.What does void mean in a method signature?
2.In static int Area(int width, int height), what is width?
3.What happens to code after a return on the same path?