This is my second request. Some how I wrote the first problem I posted.
In this assignment I need to
print out the sorted array with say 10 entries per line
and then Finally it should print out a table consisting of two columns.
The first is a list of distinct numbers found and the second is how many times each number occurred in the array
How do we do it in C++
Please advise.
Thank
...
User Profile
Collapse
-
print out the sorted array with say 10 entries per line
-
please help, using array C++ printing "it has duplicate"if repeats
Hi,
I am a newbee in C++
Please review this is what I wrote , what so ever I understood so far,
My question is that I have to " Write a program C++ array that reads in an integer number and checks whether any of the digits in the number appear more than once"
Hint: Use an array called digits_seen of size 10 whose base type is Boolean. It will be indexed from 0 to 9, which corresponds to the 10 possible digits...
No activity results to display
Show More