Find multiple modes in an arrayMy instructor didn't like us to use vector, so I had to try other ways. Here is the code: [code] voi...
Find multiple modes in an arrayHi lastchance: I attempt to create an array with the elements of 1 to many. It depends on the mode o...
Find multiple modes in an arrayI tried to write a function to find the mode(s), but it didn't print out the correct mode(s). The co...
Use the pointer to a structure arrayTo Peter87 Thank you! I just added "cin.ignore()", and it worked. The only problem was that I couldn...
Use the pointer to a structure arrayTo Perter87: Thank you for your help. I amended my codes as you suggested. Now it runs, but I can't ...