/** * Dolgozókat tároló osztály */ public class Employee { String name; String city; double salary; }