Solved


Problem Set 2
Make a calculator by the four main operators (op): + - * / And the two numbers (n1, n2). Don't forget to check to divisio...

15 days ago

Solved


If-Elseif-Else
If a more than zero, b = true, if a = zero , b = zero, else, b = false.

16 days ago

Solved


If-Else
If a more than zero, b = true, else, b = false.

16 days ago

Solved


If
If a more than zero, then b = true.

16 days ago

Problem


List Chen primes
A Chen prime is a prime number p such that p+2 is either prime or semiprime. The number 17 is a Chen prime because 17+2 = 19 is ...

16 days ago | 1 | 7 solvers

Solved


Basic Physics VIII
Calculate the Mechanical Energy (ME) when the point is B.

17 days ago

Solved


Basic Physics X
Calculate the Kinetic Energy (KE) by Weight (w), Distanec (d), and Time (t) without Mass (m) or Speed (v).

17 days ago

Solved


Basic Physics VII
Calculate the speed.

17 days ago

Solved


Basic Physics VI
Fing the Kinetic Energy (KE) by Distance (d) and Time (t) instead of Speed (v).

17 days ago

Solved


Basic Physics V
Calculate the Weight (w).

17 days ago

Solved


Basic Physics IX
Calculate the Kinetic Energy (KE) by Weight (w) instead of Mass (m).

17 days ago

Solved


Basic Physics IV
Calculate the Work.

18 days ago

Problem


Count the even numbers in a multiplication table
A multiplication table that has products of numbers from 1 to 10 has 75 even numbers among the products. Write a function to c...

20 days ago | 0 | 11 solvers

Solved


Basic Physics III
Calculate the Potential Energy (PE).

20 days ago

Solved


Basic Algebra III
Get the Cube Root of the number n.

20 days ago

Solved


Basic Physics II
Get the Kinetic Energy (KE).

20 days ago

Solved


Basic Physics IV
Calculate the Mechanical Energy (ME).

20 days ago

Solved


Triangle Area Using Heron's Formula
Given the three side lengths a, b, and c of a triangle, calculate its area using Heron's formula and round to 4 decimal places. ...

21 days ago

Solved


Convert Celsius temperature to Fahrenheit
Given a temperature in Celsius, return the equivalent in Fahrenheit. Formula: F = C * 9/5 + 32Example: cel2fahr(100) returns 212...

21 days ago

Solved


Insert same number of zeros for each of elements in the vector. Number of zeros for a given number in vector
Same number of zeros for a given number in the vector, if there is a negative number in vector, then insert zeros to precede ...

22 days ago

Solved


Rhombus
Get the area of the Rhombus using it's Diagonals.

22 days ago

Solved


Get The Square Root Of Number Power (^) Three
Get the Square Root of number Power (^) Three.

22 days ago

Solved


Circle Perimeter
Get the perimeter of the Circle by PI.

22 days ago

Solved


Find The Area Of Triangle Using Base & Height
You should find the area of the Triangle using base and height. Good Luck!

22 days ago

Solved


Basic Algebra II
You have the equation X^2 = n you should find the value of X. GOOD LUCK!

22 days ago

Solved


Basic Algebra I
You should solve the problem 3X - 2 = 7 by finding the value of X. You must use this array/vector [2 3 7]. GOOD LUCK!

22 days ago

Solved


Einstein
Calculate the energy by the famous formula of Albert Einstein.

22 days ago

Solved


Find The Area Of The Circle
Find the area of the Circle using PI.

22 days ago

Solved


Trapezium
Calculate the area of the Trapezium using it's bases and height.

22 days ago

Solved


Get The Opposite Of The Number Without Negative (-) On It
You must get the opposite of the number X without making -X. Hint: You can make it by Subtraction and Multiplication.

22 days ago

Load more