Answer to Question #35711 in C++ for Arjay

Question #35711
How to code this:
Duplicate Terminator
Create a program that will display all unique input from the user. If the entered number is
already entered, “has already been entered” then display the previous list of numbers.
Continue process until the user enters -1 to end the program.
Sample Input/Output:
Enter number: 5
5
Enter number: 9
5 9
Enter number: 2
5 9 2
Enter number: 9
9 has already been entered
5 9 2
Enter number: 1
5 9 2 1
1
Expert's answer
2013-10-03T10:26:12-0400
The answer to the question is available in the PDF file https://www.assignmentexpert.com/https://www.assignmentexpert.com/homework-answers/programming-answer-35711.pdf

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS