anyone to help me in making a code to determine wether a sentence is a pangram or not | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

anyone to help me in making a code to determine wether a sentence is a pangram or not

question

29th Dec 2017, 9:29 PM
Nicho Ndonye
Nicho Ndonye - avatar
2 Answers
+ 2
Rather dirty java implementation: https://code.sololearn.com/ck0metV0VoOr/?ref=app
29th Dec 2017, 9:48 PM
romangraef
0
Do you have a specific language in mind? do you have a starting code? Really, you could just separate each character and count each letter then return true if all letters from "a" to "z" have been used. I already have a code in C++ that counts each character somewhere (I think it's published here as well, but if not it's on github). it could be adjusted to do just that. ;)
29th Dec 2017, 9:39 PM
Frédéric Charette
Frédéric Charette - avatar