LOGITECH INDIA Off-Campus Hiring | Online Assessment Question (2022)
Question · Posted Jun 2026
Problem: Check if the Sentence Is Pangram A sentence is called a pangram if every letter from 'a' to 'z' appears at least once. Given a lowercase English string sentence, return true if it is a pangram; otherwise return false. Example Input sentence = "thequickbrownfoxjumpsoverthelazydog" Output true Explanation The sentence contains every English alphabet from a to z.
The full answer & interview discussion are available to premium members.
Log in Create a free account