Problem 45435. Capitalize

Capitalize the 1st letter of each input. Other letters should be lowercase.

For example -

 a='alphaS'  >> 'Alphas'
 a='123abc'  >> '123Abc'

Solution Stats

32.14% Correct | 67.86% Incorrect
Last Solution submitted on Jun 18, 2025

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers25

Suggested Problems

More from this Author174

Problem Tags

Community Treasure Hunt

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

Start Hunting!