Duplicate Numbers
Write a program in C to display the duplicate values in an array
Documentation & Naming Style Sheet
•Description of what the program does
•Summary of the problem's specifications and assumptions
•References to sources of additional information used
•Parameters
•Class/Program Invariant (ensure these conditions are true)
•Algorithm(s) used (including any special notes)
•Output (any print statements, files created, etc.)
•Return values (does it return any parameters?)