Solved


Don't Include a Five (Part Two)
Given a vector A with at least one non-five, return vector B, with all fives excluded (not replaced by zeros).

22 days ago

Solved


Don't Include a Five
Given a vector A, return vector B with all 5s replaced with 0s.

22 days ago

Solved


High Five!
Write a function that takes a number x and returns y = 'High Five' if x is not equal to five. Return y = 'Denied' if the number ...

22 days ago

Solved


A Five Introduction
Write a function that takes a number x as an input and returns the same value as y, unless x = 5, in which case the function sho...

22 days ago

Solved


String Logic 10
Examples: 'SUNDAY' --> 83 'MONDAY' --> 77 'TUESDAY' --> 84 'WEDNESDAY' --> 87 'THURSDAY' --> 84 'FRIDAY' --> 70 'SATURD...

22 days ago

Solved


String Logic 5
Example: 'CAT' --> 'TAC' 'DOG' --> 'GOD' 'MATLAB' --> 'BALTAM' 'ROSY' --> 'YSOR' 'TRUST' --> 'TSURT' 'MOSTLY' --> 'YLTS...

22 days ago

Solved


String Logic 8
Example: 'CAT' --> 65 'DOG' --> 68 'ROSY' --> 79 'MATLAB' --> 65 'TRUST' --> 82 'MOSTLY' --> 76

22 days ago

Solved


String Logic 12
Examples: 'CAT' --> 'ACT' 'DOG' --> 'DGO' 'ROSY' --> 'ORSY' 'MOSTLY' --> 'LMOSTY'

22 days ago

Solved


String Logic 11
Examples: 'SUNDAY' --> 6 'MONDAY' --> 6 'TUESDAY' --> 7 'WEDNESDAY' --> 9 'THURSDAY' --> 8 'FRIDAY' --> 5 'SATURDAY' --...

22 days ago

Solved


Remove Lower Case Letters
Example MEMOry --> MEMO IMPlEMeNtATiON --> IMPEMNATON

22 days ago

Solved


Converts numbers into characters
Converts numbers into characters

29 days ago

Solved


Find the max element of the array
Find the max element of the array

29 days ago

Solved


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

29 days ago

Solved


to the 2 all elements
to the 2 all elements

29 days ago

Solved


the average value of the elements
Calculate the average value of the elements in the array

29 days ago

Solved


Double all elements in the array
Duplicate all elements in the array

29 days ago

Solved


calculate the length of matrix
input 1 array, calculate the length

29 days ago

Solved


Temperature Conversion 3
Given a temperature in Celcius, convert it to Fahrenheit.

29 days ago

Solved


Temperature Conversion 2

29 days ago

Solved


Temperature Conversion 1

29 days ago

Solved


Total energy

29 days ago

Solved


Potential energy calculation

29 days ago

Solved


Kinetic energy calculation

29 days ago

Solved


Laws of motion 1

29 days ago

Solved


Laws of motion 2

29 days ago

Solved


Laws of motion 3

29 days ago

Solved


Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.

29 days ago

Solved


Laws of motion 5
Calculate the force is u are given mass and acceleration.

29 days ago

Solved


Laws of motion 6

29 days ago

Solved


Estimating Monthly Electricity Cost for a Household Appliance
You recently bought an electric kettle for your kitchen, and you want to estimate how much it costs to run every month. The kett...

29 days ago

Load more