photo

Claudio Yahir


Last seen: 27日 前 2026 年からアクティブ

Followers: 0   Following: 0

統計

Cody

0 問題
28 解答

ランク
N/A
of 301,840

評判
N/A

コントリビューション
0 質問
0 回答

回答採用率
0.00%

獲得投票数
0

ランク
 of 21,434

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
18,372
of 176,913

コントリビューション
0 問題
28 解答

スコア
314

バッジ数
1

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Solver

バッジを表示

Feeds

表示方法

解決済み


Reverse the characters of a string
Given a string, return the string with characters in reverse order. Example: rev_string('hello') returns 'olleh'

27日 前

解決済み


Converts numbers into characters
Converts numbers into characters

27日 前

解決済み


Area of a circle
Given the radius x, y would be the area of a circle. Pi = 3.1416

27日 前

解決済み


Square root of a number
Write a code that will output the square root of x.

27日 前

解決済み


What percentage?
Calculate the output c as the percentage of a on b for given a and b.

27日 前

解決済み


Summation of array
Given an array, Find the sum of all of the elements in it Examples: Input x = [1 2 3 5; 4 5 6 7]; Output y is 33

27日 前

解決済み


calculate the length of matrix
input 1 array, calculate the length

27日 前

解決済み


Double all elements in the array
Duplicate all elements in the array

27日 前

解決済み


easy problem
Find the last element of the array

27日 前

解決済み


Product of Array
Given an array of numbers. Get the product of the array.

27日 前

解決済み


Multiply pi
Multiply pi with x!

27日 前

解決済み


Square the input
Given a scalar or vector x, return the square of each element. Example x = [7 2] answer = [49 4]

27日 前

解決済み


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 ...

27日 前

解決済み


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

27日 前

解決済み


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

27日 前

解決済み


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

27日 前

解決済み


Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5

27日 前

解決済み


Sum the two halves of an array with an even number of elements
given an array of an even number of elements, sum the front and back half of the array and return the sums as an array For exam...

27日 前

解決済み


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

27日 前

解決済み


Convert from Fahrenheit to Celsius
Given an input vector F containing temperature values in Fahrenheit, return an output vector C that contains the values in Celsi...

27日 前

解決済み


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:...

27日 前

解決済み


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<https://i.imgu...

27日 前

解決済み


Return area of square
Side of square=input=a Area=output=b

27日 前

解決済み


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

27日 前

解決済み


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

27日 前

解決済み


High Five!
Write a function that takes a number x and returns y = 'High Five' if x is not equal to five. Return y = 'Denied' if the number ...

約1ヶ月 前

解決済み


A Five Introduction
Write a function that takes a number x as an input and returns the same value as y, unless x = 5, in which case the function sho...

約1ヶ月 前