Question: Rewrite the factorial method given in Appendix G, this time using a simple loop. Given a Map that represents the staff and their telephone numbers,
Rewrite the factorial method given in Appendix G, this time using a simple loop. Given a Map that represents the staff and their telephone numbers, such as:
def staff = [Ken : 2745, John : 2746, Sally : 2742]
develop a program to produce an alphabetical List of the staff with their telephone numbers.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
