A pangram is a sentence using every letter of the alphabet at least once. The best known English pangram is: The quick brown fox jumps over the lazy dog. In this challenge, you will write Java code to determine if a sentence is a pangram.
Updates
March 6th, 2026 - Updated IDE and Gradle version