Wednesday, April 6, 2011
Assignment 11
Next week you will be working on the development of a Datebook class, which relies upon the Date class you have constructed for your previous assignment. This development should be completed in class on April 11th and 13th, and should be done and submitted in pairs. Your instructors will be attending a conference during this time, so please ask any necessary questions in class today as it will be our last class opportunity to do so before the assignment is due. The assignment is available here.
Subscribe to:
Post Comments (Atom)
Hello,
ReplyDeleteWe are are a bit confused about this part of the assignment: Do we pass in int values or string values?
It states on the assignment page "It [the DateBook class] will provide methods to allow the user to add a Date given by a string". However, in the specification it appears that we need to pass in int values for the parameters.
Are you asking that we take int values in through the parameters, but store those dates as Strings once the dates go into the array?
Thank you for your clarification.
You should use the int parameters, you may disregard the comment that the Date is given by a string, sorry for the mix-up. How you store them internally is up to you, but int values should be sent in to the method.
ReplyDelete