0
How can i write a program that will find out how many letrers of the alphabet are in a sentence and have it drawn in c# ?
It will draw as much " *" as there are
3 RĂ©ponses
+ 1
Your try first!
+ 1
Hint:
Use Char.IsLetter(<character>) to check whether a character is in alphabets.
+ 1
Tugce
Show your attempts.