same-team?
which takes in two basketball-player
structs and tells whether they play for the same team.full-name
which takes
in a person
struct and returns a single string containing
the person's first and last names, separated by a space.person
, as
written in the Chapter 21 PowerPoint slides.change-jersey
which takes in a basketball player struct and a (jersey) number and
produces a
basketball player with the same name and team as before, but the
specified jersey number.GRADING | ||||
21.3.5 | /10 | |||
Contract/Purpose | Examples | Skeleton w/Inventory and Added Details |
Definition | 21.4.6 | /3 | /6 | /6 | /15 |
21.4.7 | /3 | /6 | /6 | /15 |
21.5.2 | /3 | /6 | /6 | /15 |
Last Modified: 4/22/15