Risolto


Decimal to binary conversion (without using built-in function)
convert the given decimal number to its equivalent binary without using built-in function. * n=18 * out='10010'

oltre 5 anni fa

Risolto


Orthogonal Circles
Check whether two given circles are orthogonal or not. Two circles are orthogonal if they create a right angle at their inter...

oltre 5 anni fa

Risolto


No of squares in a grid
given a m*n grid calculate the no of possible squares & rectangles on that grid. output: y=[no of rectangles , no of sqa...

oltre 5 anni fa

Risolto


Question 1
Implement a function named q1 with one input argument named n. This function should return the multiplication of all odd numbers...

oltre 5 anni fa

Risolto


Get the elements of diagonal and antidiagonal for any m-by-n matrix (★★★★)
(copy of prob. 859) In this problem you must submit a solution which returns the diagonal and anti-diagonal elements without ...

oltre 5 anni fa

Risolto


Area of a Cylinder

oltre 5 anni fa

Risolto


Volume of cone

oltre 5 anni fa

Risolto


Find value of current

oltre 5 anni fa

Risolto


Avg

oltre 5 anni fa

Risolto


Subtract

oltre 5 anni fa

Risolto


Perimeter of a Triangle

oltre 5 anni fa

Risolto


Unit

oltre 5 anni fa

Risolto


area of a parallelogram

oltre 5 anni fa

Risolto


find the answer

oltre 5 anni fa

Risolto


find the answer

oltre 5 anni fa

Risolto


Find Avg of velocity

oltre 5 anni fa

Risolto


Create the vector

oltre 5 anni fa

Risolto


Unit

oltre 5 anni fa

Risolto


Adding

oltre 5 anni fa

Risolto


Cube root

oltre 5 anni fa

Risolto


Unit

oltre 5 anni fa

Risolto


Perimeter of a square

oltre 5 anni fa

Risolto


Fill a zeros matrix (★★★★★)
(Copy of Problem 830) The aim is to fill an array of all zeros given a numerical value and the index of row and columns for t...

oltre 5 anni fa

Risolto


Get the value 100
Knowing that 123-45-67+89=100, write a function that gives this result for any order of the digits in the input. Otherwise, the ...

oltre 5 anni fa

Risolto


Basic Operation with the middle number of odd matrix
# Take an odd matrix *like* 3-by-3 # Access the *middle element* of the matrix i.e in case of 3-by-3 matrix the index of the pa...

oltre 5 anni fa

Risolto


So many choices
For inputs _n_ and _k_ (in that order), output the number of ways that k objects can be chosen from amongst n distinct objects. ...

oltre 5 anni fa

Risolto


Height of a 3D Pyramid
If a pyramid is made with one(1). What will be the height of the pyramid of square shaped base(n*n)? where input is n.

oltre 5 anni fa

Risolto


another bullseye
create matrix like below -- for x=2, y=[1 1 1 1 1; 1 2 2 2 1; 1 2 3...

oltre 5 anni fa

Risolto


how tall are you?
you can find the length wit this code.

oltre 5 anni fa

Carica altro