-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Milestone
Description
A list, or set, of numbers. Basically an upgraded arraylist the user can create and use in the environment
Constructor
List = {1,2,3,4,5}
Methods include:
GCF
LCM
Mean
Mode
Min
Max
Add/Subtract/Divide/Multiply
List - lists all elements in set notation
Merge - merges two lists
AddElement
Remove - removes specified number
RemoveAt[i] - removes element at position i in the set
RemoveDuplicates - removes any duplicate elements
Clear
[i] - gets element at position i
Metadata
Metadata
Assignees
Labels
No labels