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
-
Remove all the words that end with "ain"
2422 Solvers
-
Output any real number that is neither positive nor negative
399 Solvers
-
Saving MATLAB session to a file
185 Solvers
-
Matrix rotation as per given angle
116 Solvers
-
83 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!