*Please select the correct letter "A, B, C, D, or E". Thank you.
2. Which sets the frame (or a "form") width to 100 pixels and the height to 200 pixels?
A. setSize(100, 200);
B. setSize(200, 100);
C. setDims(100, 200);
D. setDimensions(200, 100);
E. setWidth(100); setHeight(100);
A
Comments
Leave a comment