Risolto


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

quasi 5 anni fa

Risolto


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

quasi 5 anni fa

Risolto


Watt
Ampere x Volt = Watt

quasi 5 anni fa

Risolto


Surface area of a cone

quasi 5 anni fa

Risolto


area of a sphere

quasi 5 anni fa

Risolto


Volume of a sphere

quasi 5 anni fa

Risolto


find the answer

quasi 5 anni fa

Risolto


find the answer

quasi 5 anni fa

Risolto


find the answer

quasi 5 anni fa

Risolto


find the value

quasi 5 anni fa

Risolto


find the answer

quasi 5 anni fa

Risolto


Perimeter of a Triangle

quasi 5 anni fa

Risolto


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

quasi 5 anni fa

Risolto


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

quasi 5 anni fa

Risolto


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

quasi 5 anni fa

Risolto


Mile to Kilometer
x is mile and y is km

quasi 5 anni fa

Risolto


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

quasi 5 anni fa

Risolto


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

quasi 5 anni fa

Risolto


Volume of Cylinder
Find the volume of a cylinder

quasi 5 anni fa

Risolto


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

quasi 5 anni fa

Risolto


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]

quasi 5 anni fa

Risolto


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

quasi 5 anni fa

Risolto


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

quasi 5 anni fa

Risolto


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

quasi 5 anni fa

Risolto


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

quasi 5 anni fa

Risolto


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

quasi 5 anni fa

Risolto


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

quasi 5 anni fa

Risolto


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

quasi 5 anni fa

Risolto


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

quasi 5 anni fa

Risolto


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

quasi 5 anni fa

Carica altro