Feeds
질문
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...
거의 11년 전 | 답변 수: 1 | 0
1
답변질문
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.
거의 11년 전 | 답변 수: 2 | 0
2
답변질문
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...
거의 11년 전 | 답변 수: 3 | 1