Objecttype String - bibliotheek

Log in om je oplossingen te testen.
public class Bibliotheek { public String geefCodeVoorBoek(String auteur) { String code; ??? return code; } }