CMSC 160 -- Quiz 5

Quiz 5

  1. What is the access operator?
  2. Write the function signature for a function name zigglePop which has an integer and a double for input and returns a string.
  3. Write code to call the function zigglePop which takes in an integer and a double and returns a string.