Write a program to accept the name and score of all


Write a program to accept the name and score of all the batsmen of a team and print them in the given manner:
INPUT:names[]={nam1,nam2,nam3,nam4,nam5,nam6} & scores[]={48,65,73,10,90,84}
OUTPUT:names[]={nam5,nam3,nam1,nam4,nam2,nam6} & scores[]={90,73,48,10,65,84}

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Write a program to accept the name and score of all
Reference No:- TGS0137864

Expected delivery within 24 Hours