Question: Complete the code: C++ program that reads a sequence of integers (Some of which may be equal). Your program should output the count of how
Complete the code:
C++ program that reads a sequence of integers (Some of which may be equal). Your program should output the count of how many distinct integers are given. You may assume that there will be no more than 20 numbers (although the sequence is unlimited).

#include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
