Resuelto


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

casi 4 años hace

Resuelto


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

casi 4 años hace

Resuelto


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

casi 4 años hace

Resuelto


Power Numbers
Find the n-th power of m.

casi 4 años hace

Resuelto


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

casi 4 años hace

Resuelto


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

casi 4 años hace

Resuelto


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

casi 4 años hace

Resuelto


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

casi 4 años hace

Resuelto


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

casi 4 años hace

Resuelto


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

casi 4 años hace

Resuelto


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

casi 4 años hace

Resuelto


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

casi 4 años hace

Resuelto


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

casi 4 años hace

Resuelto


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

casi 4 años hace

Resuelto


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

casi 4 años hace

Resuelto


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

casi 4 años hace

Problema


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

casi 4 años hace | 3 | 78 solvers

Resuelto


Volume of Cylinder
Find the volume of a cylinder

casi 4 años hace

Problema


Volume of Cylinder
Find the volume of a cylinder

casi 4 años hace | 1 | 142 solvers

Resuelto


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

casi 4 años hace

Resuelto


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

casi 4 años hace

Resuelto


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

casi 4 años hace

Resuelto


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

casi 4 años hace

Resuelto


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

casi 4 años hace

Resuelto


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

casi 4 años hace

Resuelto


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

casi 4 años hace

Resuelto


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

casi 4 años hace

Resuelto


Add two numbers
Add two numbers (For beginners)

casi 4 años hace

Resuelto


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

casi 4 años hace

Resuelto


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

casi 4 años hace

Cargar más