Q&A Discussions
Need help
With a loop
1 Vote
3 Answersi need c++ program does EXAMPLE: If the user entered the #’s: 999, 90,78,82,and 999
the output would be
AVERAGE = 250/3 = 83.3 AVERAGE WITH LOWEST DROPPED = 172/2 = 86.0
AVERAGE WHERE HIGHEST COUNTS TWICE =340/4 = 85.0
NOTE: Validate the input as being a plausible test score and require the user to reenter when not plausible.
1 Vote
7 AnswersYOU NEED TO READ THIS C#
-9 Votes
4 Answerswhy we need to type cast
0 Votes
2 Answersi need help
0 Votes
1 Answerwhy we need Java
0 Votes
2 Answersneed help making a roster
0 Votes
5 AnswersI 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 Votes
4 AnswersHot today
Started learning python
0 Votes
How can one build an Ai app
2 Votes
Websites for frontend developers
1 Votes
Discrete mathematics (python)
0 Votes
C++, c# , graphical interface
1 Votes
How to learn python
1 Votes
C course progress restart
1 Votes