Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


Squares inside a square!

mehr als 2 Jahre vor

Gelöst


Number Puzzle - 033

mehr als 2 Jahre vor

Gelöst


Number Puzzle - 034

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


A times B
A times B

mehr als 2 Jahre vor

Gelöst


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'

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Mehr laden