printTodaysDate is a function that accepts no parameters and returns no value.
LANGUAGE: C++
CHALLENGE:
printTodaysDate is a function that accepts no parameters and returns no value.
Write a statement that calls printTodaysDate.
SOLUTION:
printTodaysDate();