I was wondering if someone can show me how to remove spacing and punctuations from a line of input using character functions(such as is punct., is space) I also want to use a for loop to do it. I just don't know where to start on this. I think I should use if statements stating if(i is space) then remove it but im not sure how too do that.
Thanks,
Thanks,
Comment