Skip to content

TROX25/Readability-Formula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Readability-Formula

This is a C program that analyzes the readability of a given block of text using the Coleman–Liau Index.

🧠 What It Does

  • Prompts the user to enter a block of text.
  • Counts:
    • Letters
    • Words
    • Sentences
  • Calculates the readability grade level based on the Coleman–Liau formula:

index = 0.0588 × L - 0.296 × S - 15.8

Where:

  • L is the average number of letters per 100 words
  • S is the average number of sentences per 100 words

🖥️ Example Output

Text: Congratulations! Today is your day. You're off to Great Places! Grade 3

🛠️ Technologies

  • C
  • Standard C libraries (<stdio.h>, <ctype.h>, etc.)

About

C program that analyzes the readability of a given block of text using the Coleman–Liau Index

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages