Programming Assignment : Assignment 3
Program 1 : Word frequency counter from a paragraph
OUTPUT :
Program 2 : Caesar cipher — shift each alphabet character by 3
OUTPUT :
Program 3 : Remove punctuation from a string and count words
OUTPUT :
Program 4 : Find and print the longest word in a sentence
OUTPUT :
Program 5 : Password strength checker
OUTPUT :
Program 6 : Count vowels, consonants, digits and special characters in a string
OUTPUT :