Problem 129. All capital?

Are all the letters in the input string capital letters?

Examples:

 'MNOP' -> 1
 'MN0P' -> 0

Solution Stats

44.71% Correct | 55.29% Incorrect
Last Solution submitted on Aug 14, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers640

Suggested Problems

More from this Author100

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!