Create a visual logic flow chart with four methods main


Create a Visual Logic flow chart with four methods. Main method will create an arrayof 5 elements, then it will call a read method, a sort method and a print methodpassing the array to each. The read method will prompt the user to enter 5 numbersthat will be stored in the array. The sort method will sort the array in decending order(largest to smallest). The print method will print out the array.A sample run might look like this:Please enter a number: 2Please enter a number: 7Please enter a number: 1Please enter a number: 10Please enter a number: 3Your numbers are: 10, 7, 3, 2, 1

Solution Preview :

Prepared by a verified Expert
Basic Computer Science: Create a visual logic flow chart with four methods main
Reference No:- TGS01386325

Now Priced at $25 (50% Discount)

Recommended (93%)

Rated (4.5/5)