Assume that dateManager is a reference to an object that has a method named printTodaysDate, that accepts no arguments and returns no value . Write a statement that calls printTodaysDate.
LANGUAGE: JAVA
CHALLENGE:
Assume that dateManager is a reference to an object that has a method named printTodaysDate, that accepts no arguments and returns no value . Write a statement that calls printTodaysDate.
SOLUTION:
LANGUAGE: JAVA
CHALLENGE:
Assume that dateManager is a reference to an object that has a method named printTodaysDate, that accepts no arguments and returns no value . Write a statement that calls printTodaysDate.
SOLUTION:
dateManager.printTodaysDate ();