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
-
1750 Solvers
-
Omit columns averages from a matrix
592 Solvers
-
Find the sum of the elements in the "second" diagonal
1159 Solvers
-
Calculate the Hamming distance between two strings
323 Solvers
-
668 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!