Intro to Computer Science Java quiz #2
The variable x is equal to 15 so whenever you see x it stands for 15. So setPenWidth(x); really means setPenWidth(15);
Explanation