Talk:Roman numerals/Encode: Difference between revisions

m
added a talk section header so that the TOC (table of contents) appears at the correct location.
No edit summary
m (added a talk section header so that the TOC (table of contents) appears at the correct location.)
Line 1:
== enforcing a requirement ==
The Java example does not enforce the requirement that the parameter for the conversion function must be a positive integer. Enforcement of such a requirement should result in an error condition, such as an exception, rather than simply no output when a value less than 1 is passed to the function.--[[User:Waldorf|Waldorf]] 21:14, 31 March 2008 (MDT)
:Fixed. --[[User:Mwn3d|Mwn3d]] 21:22, 31 March 2008 (MDT)