question archive Write a method with the following specifications: name : DisplayStringArray arguments : a string array representing the values to display return value: none displays : all values of the array on a single line separated by a space tasks : display all values in the array In your main you will call this method when the user enters 4 in response to the menu choices
Subject:Computer SciencePrice: Bought3
name : DisplayStringArray
arguments : a string array representing the values to display
return value: none
displays : all values of the array on a single line separated by a space
tasks : display all values in the array
In your main you will call this method when the user enters 4 in response to the menu choices. You will invoke this method with argument set to the poem array variable. Then you will sort the array and call this method again.