You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: