help me wite this program

write a program that uses two identical arrays of at least 20 integers. it should calla function that uses the bubble sort algorithm to sort one of the arrays in ascending order. the function should keep a count of the number of exchanges it makes. the program then should call a function that uses the selection sort algorithm to sort the other array. it should display these values on the screen. i need to use these prototypes: int bubbleSort(long[],int) and int selectionSort(long[],int)
I suggest a title revision stating your main problem so you get more replies...

Post your prototype code here, and people will help you revise it so it works.

1
2
3
4
5
#include<brain>
#define Poster_Needs_Help true
if(Poster_Needs_Help)
   cout<<"Help me please!"<<endl;
return fail;
Topic archived. No new replies allowed.