0
/ 1.0
Define a struct called Instrument
to describe a musical instrument with the following attributes:
-
name
- a word that the instrument is...
Define a struct called Instrument
to describe a musical instrument with the following attributes:
name
- a word that the instrument is calledfamily
- the name of the family of instruments (e.g. wind, percussion, string) it belongs tonotes
- the whole number of distinct pitches it can playYour feedback will appear here when you check your answer.