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