Exercise 2: Computing Cubes
Let's compute cubes of variables using functions.
We'll cover the following...
Problem Statement
In this exercise, you have to write a function computeCubes
of void
type that takes three ...