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

23.96% Correct | 76.04% Incorrect
Last Solution submitted on Apr 24, 2024

Problem Comments

Solution Comments

Show comments


Problem Recent Solvers1150

Problem Tags

Community Treasure Hunt

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

Start Hunting!