photo

Ishit


Last seen: alrededor de 1 año hace Con actividad desde 2023

Followers: 0   Following: 0

Student @ IIITD

Pronouns:
No pronouns - Use my name only

Estadística

All
  • Knowledgeable Level 1
  • First Answer
  • Solver

Ver insignias

Feeds

Ver por

Resuelto


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Example...

alrededor de 1 año hace

Resuelto


Skip by a multiple
Given an integer create an array of its multiples. Array must have a length of 15

alrededor de 1 año hace

Resuelto


Product of Array
Given an array of numbers. Get the product of the array.

alrededor de 1 año hace

Resuelto


Remove the Zero
Given an array n, remove all zeros

alrededor de 1 año hace

Resuelto


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

alrededor de 1 año hace

Resuelto


Max of a Vector
Write a function to return the max of a vector

alrededor de 1 año hace

Resuelto


Find the Nth Root of a Given Number
Find the Nth root of a given number x. Examples x = 4096 n = 4 y = 8 x = 625 n = 5 y = 3.6239

alrededor de 1 año hace

Resuelto


Area of a Square
Inside a square is a circle with radius r. What is the area of the square?

alrededor de 1 año hace

Resuelto


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

alrededor de 1 año hace