Estadística
2 Problemas
312 Soluciones
CLASIFICACIÓN
N/A
of 297.716
REPUTACIÓN
N/A
CONTRIBUCIONES
0 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.469
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
815
of 159.428
CONTRIBUCIONES
2 Problemas
312 Soluciones
PUNTUACIÓN
2.490
NÚMERO DE INSIGNIAS
5
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Resuelto
Geometric Series
Given x and n, give the sum of x ^ 1 to x ^ n. You should not have to use a loop for this.
casi 8 años hace
Resuelto
Calculate the number of elements in a matrix.
Calculate the number of elements in a matrix.
casi 8 años hace
Resuelto
Who Has the Most Change?
You have a matrix for which each row is a person and the columns represent the number of quarters, nickels, dimes, and pennies t...
casi 8 años hace
Resuelto
Return the 3n+1 sequence for n
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...
casi 8 años hace
Resuelto
Even or Odd
Write a function which can tell us if the given value x is odd or even. So if x is even return true and if x is odd return false...
casi 8 años hace
Resuelto
what is the speed of the car if the car travelled 10m in 5 seconds
what is the speed of the car if the car travelled 10m in 5 seconds
casi 8 años hace
Resuelto
Area of square
find the area of the square, whose length of diagonal is given as x.
casi 8 años hace
Resuelto
Back and Forth Rows
Given a number n, create an n-by-n matrix in which the integers from 1 to n^2 wind back and forth along the rows as shown in the...
casi 8 años hace
Resuelto
Summing digits
Given n, find the sum of the digits that make up 2^n. Example: Input n = 7 Output b = 11 since 2^7 = 128, and 1 + ...
casi 8 años hace
Resuelto
Function definition: Volume of a pyramid
Define a function CalculatePyramidVolume with inputs baseLength, baseWidth, and pyramidHeight. The function returns pyramidVolum...
más de 9 años hace
Resuelto
the function, the box of boxer briefs, being twice the amount being manufactured twice as much x
return y as the function multiplied by x twice
más de 9 años hace
Resuelto
Double colon operator: Increment by x
* Construct a row array countValues from 0 to 25, elements incremented by incrementValue. Ex: If incrementValue is 5, countVa...
más de 9 años hace
Resuelto
Function definition: Double down.
* Complete the DoubleDown function to return twice the initialValue.
más de 9 años hace
Resuelto
Reverse a string
Reverse the given string. Example input = 'reverse' output = 'esrever'
más de 9 años hace