printTodaysDate is a method that accepts no arguments and returns no value . Write a statement that calls printTodaysDate.
LANGUAGE: JAVA
CHALLENGE:
printTodaysDate is a method that accepts no arguments and returns no value . Write a statement that calls printTodaysDate.
Assume that printTodaysDate is defined in the same class that calls it.
SOLUTION:
printTodaysDate ();