photo

Pradeep Patil


Last seen: plus de 5 ans il y a Actif depuis 2016

Followers: 0   Following: 0

Electrical Engineer (Masters)

Statistiques

Cody

0 Problèmes
28 Solutions

RANG
N/A
of 301 447

RÉPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
0

RANG
 of 21 284

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
27 120
of 174 609

CONTRIBUTIONS
0 Problèmes
28 Solutions

SCORE
200

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Review
  • Scavenger Finisher
  • Solver

Afficher les badges

Feeds

Afficher par

A résolu


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

plus de 8 ans il y a

A résolu


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

plus de 9 ans il y a

A résolu


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

plus de 9 ans il y a

A résolu


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

plus de 9 ans il y a

A résolu


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

plus de 9 ans il y a

A résolu


modulus of a number
find the modulus of a given number

plus de 9 ans il y a

A résolu


find max
You are given an array number find the maximum

plus de 9 ans il y a

A résolu


find minimum
find the minimum from an array

plus de 9 ans il y a

A résolu


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

plus de 9 ans il y a

A résolu


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

plus de 9 ans il y a

A résolu


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

plus de 9 ans il y a

A résolu


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

plus de 9 ans il y a

A résolu


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

plus de 9 ans il y a

A résolu


Find subtraction
Given a, b. Find a-b

plus de 9 ans il y a

A résolu


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

plus de 9 ans il y a

A résolu


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

plus de 9 ans il y a

A résolu


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

plus de 9 ans il y a

A résolu


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

plus de 9 ans il y a

A résolu


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.

plus de 9 ans il y a

A résolu


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

plus de 9 ans il y a

A résolu


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

plus de 9 ans il y a

A résolu


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

plus de 9 ans il y a

A résolu


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

plus de 9 ans il y a

A résolu


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

plus de 9 ans il y a

A résolu


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

plus de 9 ans il y a

A résolu


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

plus de 9 ans il y a

A résolu


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

plus de 9 ans il y a

A résolu


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

plus de 9 ans il y a