CMPS-3350 Software Engineering
Quiz-6

Please create a text file on Odin named 3350/6/quiz6.txt

Answer the following questions
------------------------------

1. Name one of the characteristics of the Agile methodology.


2. What is a weakness of traditional software processes that
   Agile methods help to overcome?


3. In your group project, what is the name of your own
   individual source file?


4. Approximately how many commits have you done in your group
   project repository?


5. Write a C/C++ for-loop that will fill the following array
   with unique even numbers. Just 2 lines of code are needed.

   int arr[101];