Feeds
已解决
Is the input divisible by 3?
Return true if the input is divisible by 3 and false if not.
1 year 前
已解决
Area of a Square
Given the length x of the side of a regular square, find the area of the square, A.
1 year 前
已解决
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
1 year 前