190k views
5 votes
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)​

I need to write a program, using getline and copy (which we were given via the textbook-example-1
User Ddb
by
5.0k points

1 Answer

3 votes

Answer:

OK

Step-by-step explanation:

OK

User B Pete
by
5.9k points