統計
Cody
0 問題
86 解答
ランク
N/A
of 302,101
評判
N/A
コントリビューション
0 質問
0 回答
回答採用率
0.00%
獲得投票数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
解決済み
Create a two dimensional zero matrix
You have to create a zero matrix of size (mxn) whose inputs are m and n and the elements of your matrix should be zeros. Exam...
3年弱 前
解決済み
Temperature conversion
Convert temperature in degrees Celsius (C) to temperature in degrees Kelvin (K). Assume your answer is rounded to the nearest Ke...
3年弱 前
解決済み
Find The area of the square
Given that the length of the side of a square is x, find the area.
3年弱 前
解決済み
Divide by 4
Given the variable x as your input, divide it by four and put the result in y.
3年弱 前
解決済み
CONVERT TAN TO SIN
In a right angle triangle ABC given the tan(A) then find sin(A) For example tan(A)=3/4 then sin(A)=3/5
3年弱 前
解決済み
find radius of cone
if Slant height of Cone(I)& hight of Cone(H) given then find radius of the Cone(R) for example I=5,h=4 then the ans R=3;
3年弱 前
解決済み
What is Sum Of all elements of Matrix
Given the matrix x, return the sum of all elements of matrix. Example: Input x = [ 1 2 0 0 0 0 6 9 3 3 ] ...
3年弱 前
解決済み
Speed of car travelling x meters in y seconds
What is the speed of a car if the car travelled x meters in y seconds? Supply the answer in m/s.
3年弱 前
解決済み
Convert yards to feet
The goal of this script is to convert a value given in yards to feet.
3年弱 前
解決済み
Is the input divisible by 3?
Return true if the input is divisible by 3 and false if not.
3年弱 前
解決済み
Roots
Find out the roots of a given polynomial equation.Given are the coefficients of the equation.
3年弱 前
解決済み
Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...
3年弱 前
解決済み
Mode
Find the mode of the vector Assumption: no vector is bimodal Example 1: input=[1 2 3 4 4]; output=4 Example 2: input=[7...
3年弱 前
解決済み
Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.
3年弱 前
解決済み
Area of a Square
Inside a square is a circle with radius r. What is the area of the square?
3年弱 前

