Write a program that reads an unknown number (but nomore than 100) of integer values from a file (“ass5_Q4_input.txt”),and displays distinct numbers. (i.e. if a number appears multipletimes, it is displayed only once.)
Expert Answer
Answer to Write a program that reads an unknown number (but no more than 100) of integer values from a file (“ass5_Q4_input.txt�…