Problem 2395. Simple Past of Regular Verbs

Given a regular verb, return the simple past.

Example

 Input verb = 'to work'
 Output simple_past = 'worked'

Solution Stats

36.61% Correct | 63.39% Incorrect
Last Solution submitted on Mar 14, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers23

Suggested Problems

More from this Author1

Problem Tags

Community Treasure Hunt

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

Start Hunting!