Exercise 2: Computing Cubes
Compute cubes of variables using functions.
We'll cover the following...
We'll cover the following...
Problem statement
Write a function computeCubes
of void
type that takes three integers num1
...
Compute cubes of variables using functions.
Write a function computeCubes
of void
type that takes three integers num1
...