Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Count Letters #216

@oldoc63

Description

@oldoc63

We are going to count the number of unique letters in a string. This mean that when we are looking at the word, any new letters should be counted and any duplicates should not be counted. We need to:

  1. Define the function to accept one parameter -the word whose letters we are counting
  2. Create a counter to keep track of unique letters
  3. Loop through every letter in our alphabet string. If the current letter was found in our word, increase our count
  4. Return the count after looping through all letters.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions