• Kursy
  • Kompilator kodu
  • Dyskusja
  • Cennik
  • Zespoły
Menu

Dyskusje Q&A

In a dart game, you hit 5 points once, 10 points 2 times, 20 points 2 times. What is the average number of points you hit per at
102205aattempt?averagedartgamehitinisnumberofonceperpointsthetimestimes.whatyou
-7 głosów
4 odpowiedzi
5th Jun 2021, 5:23 PM
Harshith Nalla
Harshith Nalla - avatar
Can anyone help me to code this Write a method 'timesTable()' which accepts an integer value num from the keyboard and uses it to print 'times table' of itself in a structured format. Your output must include a header row. For example, if the user enters 5, your program's output should be: 5 Times Table 1 5 5 2 5 10 3 5 15 4 5 20 5 5 25 6 5 30
java
0 głosów
5 odpowiedzi
25th Sep 2016, 11:26 PM
Pharaoh David
Pharaoh David - avatar
I 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.
pythonrecursionstrings
0 głosów
4 odpowiedzi
5th Sep 2016, 9:26 PM
Dan-Awoh Emmanuel
Dan-Awoh Emmanuel - avatar
< Do tyłu1...1011Dalej >
Popularne dzisiaj
Collision bug in player movement — not sure what's wrong
1 Votes
code coach
3 Votes
PYTHON AND JAVA
0 Votes
How do I do audio
0 Votes
I m just begginer, i don't even understand how to use this app.. send help.. im at level 1
0 Votes
i want correct anwer code
0 Votes
IndexOf()
1 Votes
Hi im a begneer and i dont understand how to code if anyone whos smart replay
0 Votes
Lua?
1 Votes
Does this app support the audio tag?
0 Votes