Search Results

Searching for: arithmetic operators

Individual Exercises

0 / 50

Given an integer representing the radius of a sphere, compute and return the sphere's volume based on the following formula:

Volume = 4/3...

0 / 50

Given an input integer x for a math function defined by y = 3*(x^2) + 5 (three multiplied by the square of x plus five). The variable y...

0 / 50

Given a decimal number called input, calculate the cube of this number. Store the result in the decimal variable called myCube.