Conjugate a Latin verb: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with "{{task|String manipulation}} {{basic data operation}} Category: String manipulation Category:Simple ;Task Given the input: <b><i>amare</i></b> Output the followin...")
 
mNo edit summary
Line 4: Line 4:
[[Category:Simple]]
[[Category:Simple]]


;Task: Given the input: <b><i>"amare"</i></b>, output the following, each on its own line:
;Task

Given the input: <b><i>amare</i></b>

Output the following, each on its own line:
<pre>
<pre>
amo
amo

Revision as of 16:46, 16 September 2021

Task
Conjugate a Latin verb
You are encouraged to solve this task according to the task description, using any language you may know.

Basic Data Operation
This is a basic data operation. It represents a fundamental action on a basic data type.

You may see other such operations in the Basic Data Operations category, or:

Integer Operations
Arithmetic | Comparison

Boolean Operations
Bitwise | Logical

String Operations
Concatenation | Interpolation | Comparison | Matching

Memory Operations
Pointers & references | Addresses

Task
Given the input: "amare", output the following, each on its own line:
amo
amas
amat
amamus
amatis
amant