CSC 230: The Week beginning Sep. 24 |
Provide a brief definition of the following terms (in the interface programming context):
If you use a source (book or web site), cite your source. (The sites http://whatis.techtarget.com/ and http://www.webopedia.com/ are decent sources for technical definitions.)
Design a form that compares two employees' salaries. The first makes $100.00 a day. The second's salary starts at one cent and doubles every day (0.01, 0.02, 0.04, ...). Make a comparison of their cumulative salaries for each day for the first twenty days and indicate with an asterisk which employee has made more by that day.
Due: Oct. 1
Label1.BackColor = Color.FromName("Red")
Directions for Nested Loop lab