A résolu


Caracteres Unicos
Dada uma string, verifique se a string é composta de caracteres únicos, ou seja, nenhuma letra se repete. Retorne true ou false;...

plus de 2 ans il y a

A résolu


Sherlock Holmes: The Spy Problem
A guest at a party is a spy if this person is not known by any other guest, but knows all of them. There is at most one spy at a...

plus de 2 ans il y a

A résolu


Squares inside a square!

plus de 2 ans il y a

A résolu


Number Puzzle - 033

plus de 2 ans il y a

A résolu


Number Puzzle - 034

plus de 2 ans il y a

A résolu


Determine if input is greater than 100
Evaluate if given number is greater than 100. If greater, return true; else, return false.

plus de 2 ans il y a

A résolu


A times B
A times B

plus de 2 ans il y a

A résolu


convert 24 hour time to 12 hour time
convert 24 hour time to 12 hour time Input: '13:12' Output: '01:12 PM' Input: '06:12' Output: '06:12 AM'

plus de 2 ans il y a

A résolu


Sum of Squares
Given a vector v of length n, write a MATLAB function to calculate the sum of the squares of its elements.

plus de 2 ans il y a

A résolu


Sum the two halves of an array with an even number of elements
given an array of an even number of elements, sum the front and back half of the array and return the sums as an array For exam...

plus de 2 ans il y a

A résolu


Annual Salary
What is the annual salary of Mr. Cody if he works 40 hours a week and gets $x per hour and a yearly bonus of $2000? (Let, 50 wee...

plus de 2 ans il y a

A résolu


Find the worst traffic yesterday
A traffic monitoring system records traffic density for the highway in front of the MathWorks headquarters using a raspberry pi ...

plus de 2 ans il y a

A résolu


Given the mass and stiffness of an undamped SDOF system, find the natural frequency and the natural period of vibration
Problem Statement Given the mass and stiffness of an undamped SDOF system, find the system's natural frequency in both Hz and...

plus de 2 ans il y a

A résolu


Loja de tintas
Faça um programa para uma loja de tintas. O programa deverá receber o tamanho em metros quadrados da área a ser pintada. Conside...

plus de 2 ans il y a

A résolu


Tabuada
Dado um inteiro N, retorne um vetor contendo a tabuada de N de 1 a 10; ex: Tabuada(5) = [5, 10, 15, 20, 25, 30, 35, 40, 45, 50...

plus de 2 ans il y a

A résolu


Mathematical formula
Find the value of the expression given the values of variables t and k. Assume g=9.81

plus de 2 ans il y a

A résolu


Travel time
Calculate the time (in hours) it takes a car traveling at a given uniform speed of s km/hour to travel a distance of d km. For i...

plus de 2 ans il y a

A résolu


Function substitution (1)
Evaluate the function for the given values of the variables N and t

plus de 2 ans il y a

A résolu


Function substitution (2)
Evaluate the function for the given values of the variables N and t

plus de 2 ans il y a

A résolu


Array Concatenation (2)
Given two matrices, a and b, concatenate the two matrices vertically, i.e., the number of rows of the result should be equal to ...

plus de 2 ans il y a

A résolu


Array Concatenation (1)
Given two matrices, a and b, concatenate the two matrices horizontally, i.e., the number of columns of the result should be equa...

plus de 2 ans il y a

A résolu


Size of this cup?
The given vector has diameter of the cup in mm sampled at micrometer increments in depth from top to bottom, need output in cc a...

plus de 2 ans il y a

A résolu


Volume of Spherical Shell
In three-dimensional space, a spherical shell can be constructed from two concentric spheres. Determine the volume of a spheric...

plus de 2 ans il y a

A résolu


Volume of a Simplex
Return the volume of a <http://en.wikipedia.org/wiki/Simplex regular _n_-simplex> with a unit side length. Results are up to...

plus de 2 ans il y a

A résolu


Volume of a sphere given its surface area
You just measured its surface area, that is the input.

plus de 2 ans il y a

A résolu


Calculate the volume of a cone
Calculate the volume of a cone given an array containing one column of radii and one column of the height of the cone. * Reme...

plus de 2 ans il y a

A résolu


Box
Give the volume of a box, x is equal to the body diagonal.

plus de 2 ans il y a

A résolu


Box!
Given a box, find the volume of the cube. With each side = a.

plus de 2 ans il y a

A résolu


How long does it take to run a bath?
Given the *volume flow rate* (volume/time) of a faucet and the *volume* of a bath tub, find the amount of time it takes to fill ...

plus de 2 ans il y a

A résolu


Max of a Vector
Write a function to return the max of a vector

plus de 2 ans il y a

Charger plus