lab challenge
Java Challenge: Pangram
Difficulty: Beginner
Duration: Up to 30 minutes
Students: 299
Rating: 3/5
Get challenged in a real environmentProve your skills in a real-world, provisioned environment.
Push your limitsComplete an unguided mission within the time limit.
See resultsTest your problem-solving skills and track your progress.
Description
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.
Prerequisites
- Knowledge of Java 11
Intended audience
- Beginner Java developers
What will be assessed
- Your ability to write Java code within a time-limited environment
Covered topics
Mission
Java Challenge