photo

John Hovestadt


Last seen: 6 years 前 自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

Cody

0 个问题
52 个答案

排名
N/A
of 301,612

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 21,357

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
15,044
of 175,767

贡献数
0 个问题
52 个答案

评分
400

徽章数量
3

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Commenter
  • Promoter
  • Solver

查看徽章

Feeds

排序方式:

已解决


find the area of rectangle
find the area given length and width

9 years 前

已解决


create increasing matrix
create a matrix using the ones function for variable x and have each element in it increase by one for instance: if x=3, hav...

9 years 前

已解决


find the mean of the vector
find the mean of the vector x

9 years 前

已解决


Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0

9 years 前

已解决


Simple equation: Annual salary
Given an hourly wage, compute an annual salary by multiplying the wage times 40 and times 50, because salary = wage x 40 hours/w...

9 years 前

已解决


find the radius
find the radius of a circle given the area (use 3.14 instead of pi and round your answer)

9 years 前

已解决


sum of two vectors
find the sum of the two given vectors

9 years 前

已解决


find the area of rectangle
find the area of the rectangle given the length and width

9 years 前

已解决


multiply by 2
multiply the input by 2

9 years 前

已解决


area of a circle
solve for the area of a circle

9 years 前

已解决


area of a square
find the area of a square

9 years 前

已解决


find the area of the rectangle
find the area of the rectangle given the length and width

9 years 前

已解决


Change string to number
Change given string to number. (hint: there is already function) Changing from ['1234'] to [1234] is one of example

9 years 前

已解决


Finding perimeter of a rectangle
A rectangle has a length of x centimeters and a width of w centimeters. Find the perimeter.

9 years 前

已解决


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

9 years 前

已解决


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

9 years 前

已解决


Multiply by 3
Given the variable x as your input, multiply it by three and put the result in y.

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 前

已解决


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 前

已解决


Y=X
Given an input variable x, output a variable y that is equal in value to x. Example: Input x = 1 Output y is 1 Inp...

9 years 前

已解决


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

9 years 前

已解决


Your favourite city!
Type your favourite city.

9 years 前

已解决


Do you like your boss?
Do you like your boss? Answer can be any string! For example: Boss = 'Do you like your boss?'; Output = 'yes' or ...

9 years 前

已解决


Say something funny
Say something funny, or not. Your solution will be (fully automatically and objectively) scored based on how clever or funny ...

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 前

已解决


Freebies anyone? No!!!!
Feel free to copy paste all the tests and voila you solved the problem

9 years 前

已解决


Who is the smartest MATLAB programmer?
Who is the smartest MATLAB programmer? Examples: Input x = 'Is it Obama?' Output = 'Me!' Input x = 'Who ?' Ou...

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 前

已解决


Circle area using pi
Write a statement that assigns circleArea with the circle's area given circleRadius. Use the built-in mathematical constant pi. ...

9 years 前

加载更多