A résolu


QWERTY coordinates
Given a lowercase letter or a digit as input, return the row where that letter appears on a <http://en.wikipedia.org/wiki/Keyboa...

presque 4 ans il y a

A résolu


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

presque 4 ans il y a

A résolu


Times 3 problem
When you enter the number, it should return the number multiplied by 3

presque 4 ans il y a

A résolu


Power Numbers
Find the n-th power of m.

presque 4 ans il y a

A résolu


Counting Money
Add the numbers given in the cell array of strings. The strings represent amounts of money using this notation: $99,999.99. E...

presque 4 ans il y a

A résolu


Binary numbers
Given a positive, scalar integer n, create a (2^n)-by-n double-precision matrix containing the binary numbers from 0 through 2^n...

presque 4 ans il y a

A résolu


Times 9
Try out this test problem first. Given the variable x as your input, multiply it by nine and put the result in y. Examples...

presque 4 ans il y a

A résolu


Times 8
Try out this test problem first. Given the variable x as your input, multiply it by eight and put the result in y. Example...

presque 4 ans il y a

A résolu


Times 20
Try out this test problem first. Given the variable x as your input, multiply it by ninety and put the result in y. Exampl...

presque 4 ans il y a

A résolu


Times 12
Try out this test problem first. Given the variable x as your input, multiply it by twelve and put the result in y. Exampl...

presque 4 ans il y a

A résolu


Times 7
Try out this test problem first. Given the variable x as your input, multiply it by seven and put the result in y. Example...

presque 4 ans il y a

A résolu


Times 6
Try out this test problem first. Given the variable x as your input, multiply it by six and put the result in y. Examples:...

presque 4 ans il y a

A résolu


Times 3
Try out this test problem first. Given the variable x as your input, multiply it by three and put the result in y. Example...

presque 4 ans il y a

A résolu


Times 11
Try out this test problem first. Given the variable x as your input, multiply it by eleven and put the result in y. Exampl...

presque 4 ans il y a

A résolu


Times 10
Try out this test problem first. Given the variable x as your input, multiply it by ten and put the result in y. Examples:...

presque 4 ans il y a

A résolu


Volume of Equilateral Triangle Prism
Find volume of equilateral triangle prism x = side of triangle l = length of prism

presque 4 ans il y a

Problème


Volume of Equilateral Triangle Prism
Find volume of equilateral triangle prism x = side of triangle l = length of prism

presque 4 ans il y a | 3 | 78 solveurs

A résolu


Volume of Cylinder
Find the volume of a cylinder

presque 4 ans il y a

Problème


Volume of Cylinder
Find the volume of a cylinder

presque 4 ans il y a | 1 | 142 solveurs

A résolu


Target sorting
Sort the given list of numbers |a| according to how far away each element is from the target value |t|. The result should return...

presque 4 ans il y a

A résolu


Back to basics 1 - Saving
Covering some basic topics I haven't seen elsewhere on Cody. Given an input variable 'x', save it to disk in a file named 'co...

presque 4 ans il y a

A résolu


Count photos
Given n people, everyone must have pictures taken with everyone, each photo includes only two persons, please count the total nu...

presque 4 ans il y a

A résolu


Speed of car
Calculate the Speed of car given its Distance travelled and time taken in x and y respectively

presque 4 ans il y a

A résolu


Pangrams!
A pangram, or holoalphabetic sentence, is a sentence using every letter of the alphabet at least once. Example: Input s ...

presque 4 ans il y a

A résolu


Remove the vowels
Remove all the vowels in the given phrase. Example: Input s1 = 'Jack and Jill went up the hill' Output s2 is 'Jck nd Jll wn...

presque 4 ans il y a

A résolu


Bullseye Matrix
Given n (always odd), return output a that has concentric rings of the numbers 1 through (n+1)/2 around the center point. Exampl...

presque 4 ans il y a

A résolu


Back and Forth Rows
Given a number n, create an n-by-n matrix in which the integers from 1 to n^2 wind back and forth along the rows as shown in the...

presque 4 ans il y a

A résolu


Add two numbers
Add two numbers (For beginners)

presque 4 ans il y a

A résolu


Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5

presque 4 ans il y a

A résolu


Reverse Run-Length Encoder
Given a "counting sequence" vector x, construct the original sequence y. A counting sequence is formed by "counting" the entrie...

presque 4 ans il y a

Charger plus