+ 2

Who can write a program in C++ language that can be used to know if a word is a pangram or not

A pangram is a word whereby the characters in a string only appears once...the program should output "It is a pangram" if the word is a pangrama and " not a pangram" if the word is not a pangram

21st Jun 2019, 10:01 AM
Eugiene Kanillar
Eugiene Kanillar - avatar
1 Réponse
+ 4
You can try it yourself and show us the code.
21st Jun 2019, 10:36 AM
Sonic
Sonic - avatar