解決済み


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

約5年 前

解決済み


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

約5年 前

解決済み


Watt
Ampere x Volt = Watt

約5年 前

解決済み


Surface area of a cone

約5年 前

解決済み


area of a sphere

約5年 前

解決済み


Volume of a sphere

約5年 前

解決済み


find the answer

約5年 前

解決済み


find the answer

約5年 前

解決済み


find the answer

約5年 前

解決済み


find the value

約5年 前

解決済み


find the answer

約5年 前

解決済み


Perimeter of a Triangle

約5年 前

解決済み


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

約5年 前

解決済み


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

約5年 前

解決済み


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

約5年 前

解決済み


Mile to Kilometer
x is mile and y is km

約5年 前

解決済み


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

約5年 前

解決済み


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

約5年 前

解決済み


Volume of Cylinder
Find the volume of a cylinder

約5年 前

解決済み


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

約5年 前

解決済み


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]

約5年 前

解決済み


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

約5年 前

解決済み


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

約5年 前

解決済み


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

約5年 前

解決済み


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

約5年 前

解決済み


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

約5年 前

解決済み


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

約5年 前

解決済み


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

約5年 前

解決済み


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

約5年 前

解決済み


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

約5年 前

さらに読み込む