Search Results

Searching for: big O notation

Individual Exercises

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.