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
J.R.! Menzinger
on 29 Jun 2014
Very nice one! ;-)
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
-
Find the numeric mean of the prime numbers in a matrix.
8921 Solvers
-
478 Solvers
-
Back to basics 6 - Column Vector
1066 Solvers
-
Rotate input square matrix 90 degrees CCW without rot90
616 Solvers
-
Let's get back to school, and create multiplication tables
214 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!