generate functionMon, 06 Feb 2023

write a function for registering hospital medical stuff

List<String> medicalStaff = new ArrayList<>(); void reg(String staff) { medicalStaff.add(staff); }

Questions about programming?Chat with your personal AI assistant