Cheryl's birthday: Difference between revisions

Content added Content deleted
(Added uBasic/4tH version)
Line 1,746: Line 1,746:
=={{header|J}}==
=={{header|J}}==
'''Solution:'''
'''Solution:'''
<syntaxhighlight lang="j">Dates=: <;._2 noun define
<syntaxhighlight lang="j">Dates=: cutLF noun define
15 May
15 May
16 May
16 May
Line 1,803: Line 1,803:


This gives us the July 16 result we were expecting
This gives us the July 16 result we were expecting

=={{header|Java}}==
=={{header|Java}}==
{{trans|D}}
{{trans|D}}