Dyskusje Q&A
IBM WATSON
-2 głosów
2 odpowiedziC++ Output question
1 Głos
1 OdpowiedźPython Course Progression
0 głosów
2 odpowiedziDynamic DataType
1 Głos
1 OdpowiedźWHY DOESN’T IT PLOT
0 głosów
1 OdpowiedźHello!
0 głosów
2 odpowiedziJDBC , JDO, Hybernate, JPA,
0 głosów
1 OdpowiedźJava script
-1 Głos
3 odpowiedziAdditional course
0 głosów
2 odpowiedziHelp me
-2 głosów
2 odpowiedziI need to design a recursive function called replicate recur which will receive two arguments: times which is the number of times to repeat and data which is the number or string to be repeated.
The function should return an array containing repetitions of the data argument.
For instance, replicate_recur (3, 5) should return [5,5,5].
If the times argument is negative or zero, return an empty array. If the argument is invalid, raise ValueError.
0 głosów
4 odpowiedzi Write a C++ program that retrieves all the numbers stored in a data file named LAB1.TXT. As each number is retrieved, it is displayed on the screen. After the end of file is reached, the numbers should be sorted into numerical order and then the result should be displayed
EXAMPLE: Assuming LAB1.TXT has the following numbers: 7 4 12 3 The output would be Original order:7 4 12 3Numerical order:3 4 7 12
0 głosów
2 odpowiedziPopularne dzisiaj
Fix the following code
2 Votes
Mobile number and similarity
0 Votes
GitHub account connecting issue
3 Votes
Coding issue
2 Votes
Hardware of computer
3 Votes
how to creat database?
1 Votes
Alguém Português por aqui?
0 Votes