Invitation List Mini-Labs & Lab -- Rubric Student Name(s): Code (11 points): (first 5 points for Mini-Labs 7 and 8) - Have a function that creates 1 record (+1) using ___ / 2 reasonable parameter & attribute names (+1) - Have function that creates an array of records ___ / 1 - Have a function that inserts 1 record's worth of data ___ / 1 in cells in 1 row - Have a function that updates an entire table calling ___ / 1 the insert row function above =============== (next 6 points for Mini-Lab 9 and Lab 4) - Have a swap function ___ / 1 - Have a findMinimumName function (name might be different) ___ / 1 - Have a sortByName function (or similar name) (+1) ___ / 1 that calls findMinimum and swap. (+2, but only get 1 of the 2 points if this function re-implements the findMin/swap functionality rather than calling the functions above.) - Have a Sort button with appropriate name ___ / 1 Visible behavior (7 points): (first 2 points for Mini-Labs 7 and 8) - Address book entries are printed correctly in initial ___ / 2 table =============== (next 5 points for Mini-Lab 9 and Lab 4) - Sort button works correctly (all entries sorted, columns ___ / 5 in correct order) Internal Documentation & Style: - Documentation and programming style points will be part of the programming project rubric. Total: ___ / 18