Problem 66. Find the two-word state names

Given a list of states, remove all the states that have two-word names.

If

 s1 = 'Alabama Montana North Carolina Vermont Nevada'; 

then

 s2 = 'Alabama Montana  Vermont Nevada';

Solution Stats

31.65% Correct | 68.35% Incorrect
Last Solution submitted on Mar 18, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers1163

Suggested Problems

More from this Author96

Problem Tags

Community Treasure Hunt

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

Start Hunting!