+ 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
1 Resposta
+ 4
You can try it yourself and show us the code.