I am having problem doing this programing assignment. I am a accounting student, but I'm taking this programing class for elective. I never program before, so can anyone help me start or give me some advise as how to do this? Thanks!!! I know how to do the form, just the coding part I need help.
I need to create a windows application which can input an indefinite number of first names and ages into an array, sort the array by first name, and display the list of names and ages in ascending order.
The additional requirements are:
1. You must use a Pre-test ‘Until’ loop, a post-test ‘While’ loop, and a ‘For’ loop to perform the operations of sorting and displaying the array.
2.You must use an instance of a custom Structure to hold the first names and numbers in the array. The structure must have fields or properties of at least two different data types.
3.You must sort the array using the ‘bubble sort’ method.
2007-02-23
05:50:31
·
3 answers
·
asked by
Anonymous