Guest User

Untitled

a guest
Nov 24th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. //abcd %$#
  2. String S = Console.ReadLine().ToLower();
  3. Console.WriteLine((S.Where(c => Char.IsLetter(c)).GroupBy(c => c).Count() == 26).ToString());
Add Comment
Please, Sign In to add comment