Problem 61. Find state names that end with the letter A

Given a list of US states, remove all the states that end with the letter A.

Example:

 Input  s1 = 'Alabama Montana Nebraska Vermont Nevada'; 
 Output s2 is '   Vermont '; 

Solution Stats

24.05% Correct | 75.95% Incorrect
Last Solution submitted on Mar 18, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers1141

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!