0
/ 1.0
Complete the function toggleAvailability
that toggles the availability
of the parameter apartment
and updates it so that if it was...
Score: 0 / 2.0
Complete the function toggleAvailability
that toggles the availability
of the parameter apartment
and updates it so that if it was...
Create a struct called color
that holds three member integers called red
,green
, and blue
.