문제를 풀었습니다


Find the area of a triangle
Given a triangle with a base b and height h, return the triangle area.

거의 5년 전

문제를 풀었습니다


Make the first letter of a sentence Capital.

거의 5년 전

문제를 풀었습니다


Make a Number From the First and Last Digit of an Input Number

거의 5년 전

문제


Make a Number From the First and Last Digit of an Input Number

거의 5년 전 | 1 | 솔버 수: 36

문제


Make the first letter of a sentence Capital.

거의 5년 전 | 1 | 솔버 수: 25

문제를 풀었습니다


Calculating selling price
Cost of a Product is $x What should be the selling price if you want to gain 10%?

거의 5년 전

문제를 풀었습니다


Find the last digit
FInd the last digit of a given number. Given number is the input and output should be the last digit of that number.

거의 5년 전

문제를 풀었습니다


multiply an array by its position number
You have given an array. Multiply an array by its position number

거의 5년 전

문제를 풀었습니다


Halder function
Find the halder function value of a number

거의 5년 전

문제를 풀었습니다


first element of matrix
find the first elements of a column matrix

거의 5년 전

문제를 풀었습니다


Determine whether the input is divisible by 3 as well as 5
If the input is divisible by 3 as well as 5 then the output should be 'true' otherwise 'false'

거의 5년 전

문제를 풀었습니다


find the mean of all elements in a matrix
given a matrix, just find the mean of all elements in the matrix

거의 5년 전

문제를 풀었습니다


find a specific element from an matrix
Find the element from matrix which is in 2nd row and 3rd column.

거의 5년 전

문제를 풀었습니다


Find remainder when x is divided by 3
Find remainder when x is divided by 3

거의 5년 전

문제를 풀었습니다


modulus of a number
find the modulus of a given number

거의 5년 전

문제를 풀었습니다


Find the area of the four walls
If length, breadth and height of the walls are given, find the area of the four walls.

거의 5년 전

문제를 풀었습니다


03 - Matrix Variables 4
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_3d.png>> A 3x4 NaN (Not a Number) matrix (Hint: use ...

거의 5년 전

문제를 풀었습니다


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

거의 5년 전

문제를 풀었습니다


Temperature conversion
Convert temperature in degrees Celsius (C) to temperature in degrees Kelvin (K). Assume your answer is rounded to the nearest Ke...

거의 5년 전

문제를 풀었습니다


Mirror Image matrix across anti-diagonal
Given an input number x, create a mirror image matrix 'Y' across the anti-diagonal. For example, if x=3, Y = [1 2 3; ...

거의 5년 전

문제를 풀었습니다


Symmetric matrix
You must create a n-by-n *symmetric* matrix such that A(row,col) = row/col for col >= row. Example if n =3 : output is : ...

거의 5년 전

문제를 풀었습니다


Create a Multiplication table matrix...
Create a product table in this format: P = [ 1 2 3 4 5; 2 4 6 8 10; 3 6 9 12 15; 4 8 12 1...

거의 5년 전

문제를 풀었습니다


Pascal's Matrix
Given an integer n &ge; 0, generate the ( _n_+1) &times; ( _n_+1) lower triangular <http://en.wikipedia.org/wiki/Pascal_matrix P...

거의 5년 전

문제를 풀었습니다


Remove entire row and column in the matrix containing the input values
Remove the entire row and column from the matrix containing specific values. The specified value can be a scalar or a vector. Fo...

거의 5년 전

문제를 풀었습니다


Make a Star Pyramid
Create a star pyramid. First line will have 1 star, second will have two stars and so on... a basic program which is easily done...

거의 5년 전

문제를 풀었습니다


Project Euler: Problem 1, Multiples of 3 and 5
If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23...

거의 5년 전

문제를 풀었습니다


Matrix Pattern 3

거의 5년 전

문제를 풀었습니다


Matrix Pattern 4

거의 5년 전

문제를 풀었습니다


Matrix Pattern 6

거의 5년 전

문제를 풀었습니다


Matrix Pattern 7

거의 5년 전

더 보기