Biology Forums - Study Force

Science-Related Homework Help Computer Studies Topic started by: ian18 on May 5, 2018



Title: If the name of a window is MyWindow, which of the following will set the width of the window to 200 ...
Post by: ian18 on May 5, 2018
If the name of a window is MyWindow, which of the following will set the width of the window to 200 pixels?
a.   Set MyWindow = 200 px
b.   Set width = 200
c.   Set MyWindow.width = 200
d.   Set width = MyWindow.200


Title: Re: If the name of a window is MyWindow, which of the following will set the width of the window to ...
Post by: goding on May 5, 2018
Content hidden