Hello!
so im here again and mi gonna ask some questions:

i did a prgram that will accept 10 numbers
i should print all of those inputted ten numbers but i have to eliminate the numbers that was repeated
e.g:

input : 1234556789
output: 123456789

thanks guys i already did the code for printing the numbers but the elimination, i havent done it yet,
i cant paste the code because im not home so please bear with me thanks!

so. what is your problem?

create a new string
iterate over the chars{
  if the new string contains the currentChar
    goToNextIteration
  add currentChar to the new String
}

it doesn't only seem easy. it pretty much is.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.