Question: Input 5 numbers from the user and determine if a duplicate exists in the numbers. For example if the user inputs 1, 2, 1, 3,
Input 5 numbers from the user and determine if a duplicate exists in the numbers. For example if the user inputs 1, 2, 1, 3, 4. Your program should output duplicate exists otherwise it should output duplicate does not exist.
WRITE A C++ CODE USING IF ELSE by using concept of selection sort
please donot use any loop for this question as i wont be credited
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
