read an integer as the number of deer objects. assign mydeer with an array of that many deer objects. for each object, call object's read() followed by the object's print(). ex: if the input is 1 5 143, then the output is:

See Answers (0)

Related Question in Computers and Technology