Prototypes and Implementation

PROTOTYPES: A prototype is just another name for a declaration of a function.

`` double someFunction( double, int );

See the link below for more info.

https://cplusplus.com/articles/yAqpX9L8/