Here's a problem we were assigned for homework. It deals with functions, and I'm not entirely sure how they work. The problem is :
1. Write a program that calls the following function.
/////////////////////////////////////////////////////////////////////
// function: print_splash
//
// formal parameters: none
//
// preconditions: none
//
// return value: void
//
// postconditions: prints polygon program splash screen on user's // display.
/////////////////////////////////////////////////////////////////////
void print_splash();
Please help.