I need to write a program, using getline and copy (which we were given via the textbook) that takes in multiple lines of random letters, and outputs how many unique letters are in the line (upper and lowercase count the same).
This was my attempt at that but it doesnt provide any output. What am I doing wrong?
(This is in C programming)