User Profile

Collapse

Profile Sidebar

Collapse
ericnyc
ericnyc
Last Activity: Nov 22 '06, 04:05 PM
Joined: Nov 14 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ericnyc
    started a topic print out the sorted array with say 10 entries per line
    in C

    print out the sorted array with say 10 entries per line

    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
    ...
    See more | Go to post

  • 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...
    See more | Go to post
No activity results to display
Show More
Working...