Hello everyone,

I don't think I will be able to find the correct words to explain what I want but I will just give it a try....

I have to make a program which takes 5 names as input and sorts them in alphabetical order. I have seen the program which sorts numbers in ascending or descending order by comparing one by one and then swapping them(I think it is called quicksort). Now I want an array of strings to store the names. I tried to do something with classes but then got confused

I am a beginner so don't use heavy concepts please

Thank you..