Basic Konwlege

Score: 0 / 15.0


Exercises

0 / 1.0

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 / 1.0

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

0 / 1.0

Complete the function using a switch statement so that the variable am_pm is assigned the value 'A' if hour corresponds with any hour...