Resuelto


Polygon Interior Angle Sum
Theorem is (n−2)x180°

casi 5 años hace

Resuelto


GPA
Math's credit is 5 and you got x | Physics's credit 7 and you got y what is your GPA

casi 5 años hace

Resuelto


Watt
Ampere x Volt = Watt

casi 5 años hace

Resuelto


Surface area of a cone

casi 5 años hace

Resuelto


area of a sphere

casi 5 años hace

Resuelto


Volume of a sphere

casi 5 años hace

Resuelto


find the answer

casi 5 años hace

Resuelto


find the answer

casi 5 años hace

Resuelto


find the answer

casi 5 años hace

Resuelto


find the value

casi 5 años hace

Resuelto


find the answer

casi 5 años hace

Resuelto


Perimeter of a Triangle

casi 5 años hace

Resuelto


Perimeter of a square!
Calculate the circumference of the square whose side is n

casi 5 años hace

Resuelto


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

casi 5 años hace

Resuelto


Change string to number
Change given string to number. (hint: there is already function) Changing from ['1234'] to [1234] is one of example

casi 5 años hace

Resuelto


Mile to Kilometer
x is mile and y is km

casi 5 años hace

Resuelto


Kelvin to Fahrenheit
You can find a doc about it in here => https://www.rapidtables.com/convert/temperature/how-kelvin-to-fahrenheit.html x is kelvi...

casi 5 años hace

Resuelto


Percentage
There is x liter water and y gram => z is percentage of salt in water

casi 5 años hace

Resuelto


Volume of Cylinder
Find the volume of a cylinder

casi 5 años hace

Resuelto


Replicate elements in vectors (★★★)
(copy of Prob 867) Replicate each element of a row vector (with NaN) a constant number of times. Examples n=2, A=[1 2...

casi 5 años hace

Resuelto


Create a vector with n repeated values of a number x (★★)
If x=3 and n=7 then the vector y would be y=[3 3 3 3 3 3 3]

casi 5 años hace

Resuelto


Create a vector of the first n odd numbers (★)
If n = 10, your program should return a vector y, where y = [1 3 5 7 9 11 13 15 17 19].

casi 5 años hace

Resuelto


Given A4 sizes find A3's long side
I think you know the relation between A3 and A4 paper so givens are sides of A4 x1=long side of A4 y1=short side of A4 y2 is ...

casi 5 años hace

Resuelto


Bit to Gigabyte
1 bit = 1.25 × 10^-10 gigabytes | x is bit | y is gigabyte

casi 5 años hace

Resuelto


Convert Angstrom to Meters
Write a code that converts the angstrom unit to meters.(A is angstrom and m is meters.)

casi 5 años hace

Resuelto


given 3 sides, find area of this triangle
1:3 -> 0; 3:5 -> 6

casi 5 años hace

Resuelto


Make one big string out of two smaller strings
If you have two small strings, like 'a' and 'b', return them put together like 'ab'. 'a' and 'b' => 'ab' For extra ...

casi 5 años hace

Resuelto


Let's get back to school, and create multiplication tables
For a given range, create multiplication tables. (start is always < endno) Example start = 17 endno = 19 Then, ...

casi 5 años hace

Resuelto


true or false
if the matrix has a zero, return true. else, return false

casi 5 años hace

Resuelto


Create matrix of replicated elements
Given an input element x, and the dimensions, (m, n) return a matrix of size m x n filled with element x. Example: Input: ...

casi 5 años hace

Cargar más