0
/ 10
Follow Destiny's demonstration and define a function called editYes
that receives a parameter passed-by-reference that is of type ...
Follow Destiny's demonstration and define a function called
editYes
that receives a parameter passed-by-reference that is of
type GoogleDoc
. Assume GoogleDoc has already been defined as a
structure that contains two string attributes: creator
and body
.
The editYes function should update the parameter's body attribute
to add "new information."
to the end of the existing string.
Your feedback will appear here when you check your answer.