Count how many vowels and consonants occur in a string: Difference between revisions

m
→‎Pascal: remove unused variable
(J)
m (→‎Pascal: remove unused variable)
Line 1,520:
 
var
c: char;
vowel, consonant: set of char;
vowelCount, consonantCount: integer;
149

edits