photo

John locke


Con actividad desde 2014

Followers: 0   Following: 0

Mensaje

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


How do you write a finction for TwoSums
It should take in an array of numbers and return the sum of odd numbers and the sum of even numbers. For example: [s1 s2] = Two...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how do you write function divisible(n)?
The function has one parameter n. If n is divisible by both 3 and 5, the function returns true. Otherwise returns false.

más de 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How do you write a function for the area of a circle?
This function computes the area of a circle based on the parameter r. write a script. This script asks the user to type r1 for c...

más de 10 años hace | 3 respuestas | 1

3

respuestas