Hello, I have been stuck with a C program, which I have to write for my foundation degree. I know it's simple, but can't seem to wrap my head around it.
Write a program that uses a For loop to:
Input three float numbers less than 20
Cube each one and output each cubed value
Output the total of the three cubed values
We are only allowed to use For loops. Nothing else. I do understand that the arithmetic operation needs to be inside the For loop, but can't seem to process how to approach it :(