Problem 460. Replace May with April

For instance, if the input is

 input_str = 'The flowers may bloom in April';

then the output is

 output_str = 'The flowers may bloom in May';

Solution Stats

46.44% Correct | 53.56% Incorrect
Last Solution submitted on Mar 09, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers377

Suggested Problems

More from this Author1

Community Treasure Hunt

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

Start Hunting!