Write a statement that declares a prototype for a function printTodaysDate , which has no parameters and doesn’t return anything.
LANGUAGE: C++
CHALLENGE:
Write a statement that declares a prototype for a function printTodaysDate , which has no parameters and doesn’t return anything.
SOLUTION:
void printTodaysDate();