I have a text file that has one word per line.... now i have to read that file into a string and also add a comma after each word. for example the text file is gonna look something like this...
tariq
rashid
mike
mushi
and i have to get the output something like this
tariq, rashid, mike, mushi
thanks for your help in advance....