photo

Pradeep Patil


Last seen: 5년 초과 전 2016년부터 활동

Followers: 0   Following: 0

Electrical Engineer (Masters)

통계

Cody

0 문제
28 답안

순위
N/A
of 301,496

평판
N/A

참여
0 질문
0 답변

답변 채택
0.00%

획득한 표
0

순위
 of 21,302

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
27,176
of 174,859

참여
0 문제
28 답안

점수
200

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • Scavenger Finisher
  • Solver

배지 보기

Feeds

보기 기준

문제를 풀었습니다


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

8년 초과 전

문제를 풀었습니다


Write a code that will follow the equation y = x * (x + x) * x.
If x = 5, y = 5 * (5+5) * 5 = 250

9년 초과 전

문제를 풀었습니다


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

9년 초과 전

문제를 풀었습니다


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

9년 초과 전

문제를 풀었습니다


Find the qube of a give number.
You are given a number, find the qube of that number.

9년 초과 전

문제를 풀었습니다


modulus of a number
find the modulus of a given number

9년 초과 전

문제를 풀었습니다


find max
You are given an array number find the maximum

9년 초과 전

문제를 풀었습니다


find minimum
find the minimum from an array

9년 초과 전

문제를 풀었습니다


find sum of the numbers in array
calculate the sum of numbers in a given array

9년 초과 전

문제를 풀었습니다


Find mean
given an array, find the mean of the number in that array

9년 초과 전

문제를 풀었습니다


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

9년 초과 전

문제를 풀었습니다


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

9년 초과 전

문제를 풀었습니다


find lenth of array
you have given an array, find the length of that.

9년 초과 전

문제를 풀었습니다


Find subtraction
Given a, b. Find a-b

9년 초과 전

문제를 풀었습니다


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

9년 초과 전

문제를 풀었습니다


find the Area of a rectangle
length is x width is y what is the area of the rectangle?

9년 초과 전

문제를 풀었습니다


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

9년 초과 전

문제를 풀었습니다


Calculating cost
You sold a Product at $x and gain 10% What was the cost of the product?

9년 초과 전

문제를 풀었습니다


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.

9년 초과 전

문제를 풀었습니다


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

9년 초과 전

문제를 풀었습니다


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

9년 초과 전

문제를 풀었습니다


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

9년 초과 전

문제를 풀었습니다


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

9년 초과 전

문제를 풀었습니다


Is my wife right?
Regardless of input, output the string 'yes'.

9년 초과 전

문제를 풀었습니다


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

9년 초과 전

문제를 풀었습니다


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

9년 초과 전

문제를 풀었습니다


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

9년 초과 전

문제를 풀었습니다


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

9년 초과 전