Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Lv 2315 points

vandalv

Favorite Answers23%
Answers13
  • Code a C++ function to add a skater?

    i have a function prototype:

    olympian * AddSkater(olympian skr[], int N);

    Olympian is a custom data type. with 3 items, Name, Age, Score. This function will need to take the array skr[], and the number of olympians N and add one more to it and return that as one whole array. The call in main() will look like this:

    skater = AddSkater(skr[], N);

    2 AnswersProgramming & Design1 decade ago