A résolu


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

environ 5 ans il y a

A résolu


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

environ 5 ans il y a

A résolu


Watt
Ampere x Volt = Watt

environ 5 ans il y a

A résolu


Surface area of a cone

environ 5 ans il y a

A résolu


area of a sphere

environ 5 ans il y a

A résolu


Volume of a sphere

environ 5 ans il y a

A résolu


find the answer

environ 5 ans il y a

A résolu


find the answer

environ 5 ans il y a

A résolu


find the answer

environ 5 ans il y a

A résolu


find the value

environ 5 ans il y a

A résolu


find the answer

environ 5 ans il y a

A résolu


Perimeter of a Triangle

environ 5 ans il y a

A résolu


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

environ 5 ans il y a

A résolu


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

environ 5 ans il y a

A résolu


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

environ 5 ans il y a

A résolu


Mile to Kilometer
x is mile and y is km

environ 5 ans il y a

A résolu


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

environ 5 ans il y a

A résolu


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

environ 5 ans il y a

A résolu


Volume of Cylinder
Find the volume of a cylinder

environ 5 ans il y a

A résolu


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

environ 5 ans il y a

A résolu


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]

environ 5 ans il y a

A résolu


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

environ 5 ans il y a

A résolu


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

environ 5 ans il y a

A résolu


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

environ 5 ans il y a

A résolu


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

environ 5 ans il y a

A résolu


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

environ 5 ans il y a

A résolu


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

environ 5 ans il y a

A résolu


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

environ 5 ans il y a

A résolu


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

environ 5 ans il y a

A résolu


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

environ 5 ans il y a

Charger plus