16 lines
233 B
Text
16 lines
233 B
Text
{{Data structure}}
|
|
|
|
;Task:
|
|
Create a compound data type:
|
|
<big> Point(x,y) </big>
|
|
|
|
|
|
A compound data type is one that holds multiple independent values.
|
|
|
|
|
|
;Related task:
|
|
* [[Enumeration]]
|
|
|
|
|
|
{{Template:See also lists}}
|
|
<br><br>
|