0
how can i wrote a prog that dont allows to write in massive same ellements, for example X[1]=10,x[2]=10 ERROR write x[2] again
c++
4 Respuestas
+ 2
Provide a trial then I or someone else will help.
+ 1
Everytime you enter a value, if the value has already appeared, stop or print sth or whatever, but if it has not, add it to the appeared values, and provide a way to enter another number.
0
i understand that, but how can i write if the value already appear?