Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
15
Task/Nth/00-TASK.txt
Normal file
15
Task/Nth/00-TASK.txt
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
Write a function/method/subroutine/... that when given an integer greater than or equal to zero returns a string of the number followed by an apostrophe then the [[wp:Ordinal number (linguistics)|ordinal suffix]].
|
||||
|
||||
|
||||
;Example:
|
||||
Returns would include <code>1'st 2'nd 3'rd 11'th 111'th 1001'st 1012'th</code>
|
||||
|
||||
|
||||
;Task:
|
||||
Use your routine to show here the output for ''at least'' the following (inclusive) ranges of integer inputs:
|
||||
<code>0..25, 250..265, 1000..1025</code>
|
||||
|
||||
|
||||
'''Note:''' apostrophes are now ''optional'' to allow correct apostrophe-less English.
|
||||
<br><br>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue