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
Problem Comments
-
4 Comments
Show
1 older comment
Ned Gulley
on 3 Jul 2014
I like it! Now let's see some German and French...
ChrisR
on 14 Nov 2021
OK, OK. You made your point. English makes no sense! :-)
goc3
on 14 Mar 2023
There is nothing simple about the English language...
Solution Comments
Show commentsProblem Recent Solvers23
Suggested Problems
-
412 Solvers
-
348 Solvers
-
Generate a string like abbcccddddeeeee
268 Solvers
-
07 - Common functions and indexing 4
414 Solvers
-
90 Solvers
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!