3350 Quiz-5

This quiz is individual work.

Create a text file on Odin named: 3350/5/quiz5.txt

Answer the following questions in your text file...


1. In your group project, what is the name of your main program source file
   that contains the main function?


2. Briefly explain this C/C++ statement.

   typedef float Flt;


3. Assume a program you were given contains the statement below. 
   Where is the definition or function body of the getPosition
   function located?

   extern int getPosition(int playerID);


4. In Lab-5 Thursday you worked with your group on a software project. 
   What portion of the group work did you do yourself?
   Give your answer as a percent.
   Like this:

   I did _____ % of the group's work on Thursday's lab.