Skip to content

raityvojdani/exercism-Pangram

Repository files navigation

Pangram Checker

This project contains a simple C# application to check if a given sentence is a pangram. A pangram is a sentence that contains every letter of the alphabet at least once.

Usage Instructions

  1. Clone the repository to your local machine.
  2. Open the solution in Visual Studio or your preferred C# IDE.
  3. Build the solution to restore the necessary packages and compile the code.
  4. Run the application.

Example Input/Output

Example 1

Input: "The quick brown fox jumps over the lazy dog" Output: "The sentence is a pangram."

Example 2

Input: "Hello World" Output: "The sentence is not a pangram."

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages