A résolu


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

plus de 4 ans il y a

A résolu


Find Logic 19

plus de 4 ans il y a

A résolu


Find Logic 18

plus de 4 ans il y a

A résolu


Find Logic 17

plus de 4 ans il y a

A résolu


Find Logic 16

plus de 4 ans il y a

A résolu


Find Logic 14

plus de 4 ans il y a

A résolu


Find Logic 15

plus de 4 ans il y a

A résolu


Find Logic 13

plus de 4 ans il y a

A résolu


Find Logic 12

plus de 4 ans il y a

A résolu


Find Logic 11

plus de 4 ans il y a

A résolu


Find Logic 10

plus de 4 ans il y a

A résolu


Find Logic 9

plus de 4 ans il y a

A résolu


Find Logic 8

plus de 4 ans il y a

A résolu


Find Logic 7

plus de 4 ans il y a

A résolu


Find Logic 6

plus de 4 ans il y a

A résolu


Find Logic 4

plus de 4 ans il y a

A résolu


Find Logic 3

plus de 4 ans il y a

A résolu


Find Logic 1

plus de 4 ans il y a

A résolu


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

plus de 4 ans il y a

A résolu


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]

plus de 4 ans il y a

A résolu


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

plus de 4 ans il y a

A résolu


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

plus de 4 ans il y a

A résolu


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

plus de 4 ans il y a

A résolu


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

plus de 4 ans il y a

A résolu


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

plus de 4 ans il y a

A résolu


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

plus de 4 ans il y a

A résolu


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

plus de 4 ans il y a

A résolu


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.

plus de 4 ans il y a

A résolu


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

plus de 4 ans il y a

A résolu


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

plus de 4 ans il y a

Charger plus