Hi!! im new to c++
and i would like to know how to write a program to read string,
but only read a to z, not the , ' ' + ! etc. and store them into an array s[50].
e.g. hello, world!, i wish s[0]='h', s[1]=e, s[2]=l.... s[5]='w' instead of ','
PLEASEEE helppp