Description
Design a program that asks the user to enter 10 golf scores. The scores should be stored in an Integer array. Sort the array in ascending order and display its contents.
15.00 $
Design a program that asks the user to enter 10 golf scores. The scores should be stored in an Integer array. Sort the array in ascending order and display its contents.
Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.