Question: This problem is designed to make sure you can build a program that has multiple files. This is important, since as we progress in the

This problem is designed to make sure you can build a program that has multiple files. This is important, since as we progress in the course we will be reusing code and need to separate out the reused pieces from the new / changed pieces.

To do this problem, you will need to copy the following files into your project:

PingPongTest.c the test file, containing calls to supporting functions

PingPong.c the functions called by the test file

PingPong.h the declarations of the functions contained in

PingPong.c that are callable by the test file

The Solution / Test Requirements

Build the program after copying the files and placing them in your project. You should not be modifying any of the files.

Notice how they are documented. They have been documented in the manner I expect you to document future homework submissions, including the program description, function declarations and function definitions.

Run your program and submit the program output. Since you will not have modified any files, you need only submit the program output.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!