Discussions Q&R
Illegal Declaration
0 Vote
2 RéponsesIBM WATSON
-2 Votes
2 RéponsesC++ Output question
1 Vote
1 RéponseDynamic DataType
1 Vote
1 RéponseWHY DOESN’T IT PLOT
0 Vote
1 RéponseHello!
0 Vote
2 RéponsesJava script
-1 Vote
3 RéponsesAdditional course
0 Vote
2 RéponsesHelp me
-2 Votes
2 RéponsesI 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 Vote
4 Réponses 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 Vote
2 RéponsesAujourd'hui en vedette
Decorators in python.
2 Votes
How to install Bcrypt here
1 Votes
Codegames
1 Votes
Please click me
0 Votes
What is happening with sololearn
1 Votes
CAN I FOLLOW YOU🙏🙏!!!
2 Votes
Programming language learning
0 Votes
How to start coding
0 Votes