Code Test - Output

Back to README



Create and display 3 different views of the recordset.

  • Output 1 – sorted by gender (females before males) then by last name ascending
  • Output 2 – sorted by birth date, ascending then by last name ascending
  • Output 3 – sorted by last name, descending

Ensure that fields are displayed in the following order:

  1. last name
  2. first name
  3. gender
  4. date of birth
  5. favorite color


Display dates in the format M/D/YYYY.

An example output file is here