i'm facing one problem with bubble sorting ....
here we are using two dimension array, with 2 column and multiple rows.first column contains name and second column contains age. age should be sorted with name. but name need not be sorted
here we are using two dimension array, with 2 column and multiple rows.first column contains name and second column contains age. age should be sorted with name. but name need not be sorted
Comment