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...
12 years 前 | 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.
12 years 前 | 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...
12 years 前 | 3 个回答 | 1
