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); }

Want to kickstart your project?Use the new AI Studio to create your code