Multiple distinct objects: Difference between revisions

Content added Content deleted
No edit summary
m (Remove from object-oriented category.)
Line 1: Line 1:
{{task|Object oriented}}
Create a [[sequence]] (array, list, whatever) consisting of <var>n</var> distinct, initialized items of the same type. <var>n</var> should be determined at runtime.
Create a [[sequence]] (array, list, whatever) consisting of <var>n</var> distinct, initialized items of the same type. <var>n</var> should be determined at runtime.