Program 6

Write a function, getHighestSpeed(), to find and return the array index for a ship with the highest cruising speed.
6. Write a function, showShipSpeed(), that will display the name(s) and cruising speed of ship(s) with the highest cruising speed

I just need help getting started on this i am at a loss right now any help would be appreciated
1
2
3
4
5
6
int getHighestSpeed( /*params*/ )
{
    //code

    //return statement
}
Topic archived. No new replies allowed.