Resuelto


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

más de 4 años hace

Resuelto


Find Logic 19

más de 4 años hace

Resuelto


Find Logic 18

más de 4 años hace

Resuelto


Find Logic 17

más de 4 años hace

Resuelto


Find Logic 16

más de 4 años hace

Resuelto


Find Logic 14

más de 4 años hace

Resuelto


Find Logic 15

más de 4 años hace

Resuelto


Find Logic 13

más de 4 años hace

Resuelto


Find Logic 12

más de 4 años hace

Resuelto


Find Logic 11

más de 4 años hace

Resuelto


Find Logic 10

más de 4 años hace

Resuelto


Find Logic 9

más de 4 años hace

Resuelto


Find Logic 8

más de 4 años hace

Resuelto


Find Logic 7

más de 4 años hace

Resuelto


Find Logic 6

más de 4 años hace

Resuelto


Find Logic 4

más de 4 años hace

Resuelto


Find Logic 3

más de 4 años hace

Resuelto


Find Logic 1

más de 4 años hace

Resuelto


Is the Point in a Triangle?
Check whether a point or multiple points is/are in a triangle with three corners Points = [x, y]; Triangle = [x1, y1; x...

más de 4 años hace

Resuelto


Draw 'D'.
Draw a x-by-x matrix 'D' using 0 and 1. example: x=4 ans= [1 1 1 0 1 0 0 1 1 0 0 1 1 1 1 0]

más de 4 años hace

Resuelto


Draw 'F'
Draw a x-by-x matrix 'F' using 1 and 0. (x is odd and bigger than 4) Example: x=5 ans= [1 1 1 1 1 1 0 0 0 0 ...

más de 4 años hace

Resuelto


Draw 'O' !
Given n as input, generate a n-by-n matrix 'O' using 0 and 1 . example: n=4 ans= [1 1 1 1 1 0 0 1 ...

más de 4 años hace

Resuelto


Draw a 'Z'.
Given _n_ as input, generate a n-by-n matrix like 'Z' by _0_ and _1_ . Example: n=5 ans= [1 1 1 1 1 0 0 0 1 ...

más de 4 años hace

Resuelto


Draw 'I'
Given n as input, draw a n-by-n matrix 'I' using 0 and 1. example: n=3 ans= [0 1 0 0 1 0 0 1 0] n=...

más de 4 años hace

Resuelto


Height of a right-angled triangle
Given numbers a, b and c, find the height of the right angled triangle with sides a and b and hypotenuse c, for the base c. If a...

más de 4 años hace

Resuelto


Calculate the area of a triangle between three points
Calculate the area of a triangle between three points: P1(X1,Y1) P2(X2,Y2) P3(X3,Y3) these three points are the vert...

más de 4 años hace

Resuelto


Find the sides of an isosceles triangle when given its area and height from its base to apex
Find the sides of an isosceles triangle when given its area and the height from its base to apex. For example, with A=12 and ...

más de 4 años hace

Resuelto


Find my daddy long leg (No 's')
Given the ratio of the two legs (longer / shorter), and the hypotenuse length, find the value of the bigger leg.

más de 4 años hace

Resuelto


Can the given sides form a triangle?
Can the three given sides form a triangle?

más de 4 años hace

Resuelto


Simple equation: Annual salary
Given an hourly wage, compute an annual salary

más de 4 años hace

Cargar más