How do I initialize an instance variable?
I have a class called Countdown with a constructor:
Countdown(int[][][] countdown): How do I initialize an instance variable
to reference the countdown thats passed into the constructor as a
parameter
Many thanks!
No comments:
Post a Comment