Objecttype String - bibliotheek

Sign in to test your solution.
public class Bibliotheek { public String geefCodeVoorBoek(String auteur) { String code; ??? return code; } }