Statistics
3 Questions
0 Answers
RANK
34 135
of 297 560
REPUTATION
1
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
1
RANK
of 20 456
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 159 148
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
ungefär 11 år ago | 1 answer | 0
1
answerQuestion
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.
ungefär 11 år ago | 2 answers | 0
2
answersQuestion
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...
ungefär 11 år ago | 3 answers | 1