photo

Ashley Jacob


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

Cody

4 个问题
31 个答案

排名
N/A
of 301,612

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 21,357

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
29,562
of 175,767

贡献数
4 个问题
31 个答案

评分
180

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Commenter
  • Solver

查看徽章

Feeds

排序方式:

问题


find the area of a circle
find the area of a circle

9 years 前 | 0 | 0 个解题者

已解决


add 1
add 1

9 years 前

已解决


Add 4, then divide 4
Add 4, then divide 4

9 years 前

已解决


multiply by three
Given the variable x as your input, multiply it by 3 and put the result equal to y. Examples: Input x = 2 Output y is ...

9 years 前

问题


1+1=Window
1+1='Window'

9 years 前 | 0 | 0 个解题者

已解决


Add two numbers
Given a and b, return the sum a+b in c.

9 years 前

已解决


1 + 1 = Window
1 + 1 = Window hint use if construct

9 years 前

已解决


2 + 2 = Fish
2 + 2 = 'Fish' hint: use the if construct

9 years 前

已解决


sum of 3 numbers
find the sum of 3 numbers

9 years 前

已解决


create a matrix
create a matrix

9 years 前

问题


Area of a circle
Find the area of a circle

9 years 前 | 0 | 0 个解题者

已解决


Area of a rectangle
Find the area of a rectangle

9 years 前

已解决


add 1
Add 1

9 years 前

已解决


multiply 2 divide 4 add 7
multiply by 2, divide everything by 4 then add 7

9 years 前

问题


2x4 array of only ones
create a 2x4 array of only ones

9 years 前 | 0 | 0 个解题者

已解决


Test Problem; Create a 5x5 array containing all ones
This is a test for learning the process of creating a Cody problem. The goal of this test problem will be to create an array,...

9 years 前

已解决


Convert yards to feet
The goal of this script is to convert a value given in yards to feet.

9 years 前

已解决


divide 5
divide by 5

9 years 前

已解决


add 3
Just add 3 and you're done :)

9 years 前

已解决


Add 4, then divide 2
Add 4 then divide everything by 2 input: x = 4 output: y = 4

9 years 前

已解决


Potential Energy
Calculate the potential energy of a rock.

9 years 前

已解决


Convert Fahrenheit to Celsius
Calculate the Celsius temperature C given the Fahrenheit temperature F. Examples: Input F = 90 Output C is 32.22 I...

9 years 前

已解决


Beginner's Problem - Squaring
Try out this test problem first. Given the variable x as your input, square it by two and put the result in y. Examples: ...

9 years 前

已解决


Try 1.5.4: Celsius to Fahrenheit
Write a program to convert an input given in Celsius to Fahrenheit. Examples: Input celsiusValue = 100 Output fahrValu...

9 years 前

已解决


Circle area using pi
Given a circle's radius, compute the circle's area. Use the built-in mathematical constant pi.

9 years 前

已解决


Concatenate two strings
Its very easy. Just concatenate two strings.

9 years 前

已解决


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

9 years 前

已解决


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

9 years 前

已解决


Add 7
Given an input variable x, output a variable y that is 7 greater than x. Example: Input x = 1 Output y is 8 Input ...

9 years 前

已解决


only input
Return the output without writing any code into the function.

9 years 前

加载更多