python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Removing information from Tuples
I know tupules can't be edited but I'm planning on creating a new one. I'm importing information from a file and then cutting out the first name, last name, and year of birth. I just don't know how to...
sunny
Votes: 0
Answers: 1
Splicing random names from array until array is empty
I am trying to pick two random names and adding them together. Each time the name is picked, it should be removed from array. Function should run until array is empty. Output should be all names that ...
Huttok
Votes: 0
Answers: 4
While using splice and slice in array from where to start cout on string i am little bit confuse about it?
While using splice and slice in array from where to start cout on
string i am little bit confuse about it?
ex:
`const array=["mango","orange","pineapple","watermel...
suchit kapale
Votes: 0
Answers: 0
Looping through array and removing smallest number
i want to use a for-loop to find the smallest number in an array 50 times, then remove it with splice(). At last i want to end up with an ascending list of numbers. The problem i am having is my progr...
gabe
Votes: 0
Answers: 2