#HELP PLS
17 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.
i have no clue what i am doing
have you considered attending the classes
Try it first on your own and then when you encounter a specific problem describe it here along with the code
the two most straightforward ways I can think of to get a number to the third power:
- you can use the standard library function
std::pow - you can multiply it by itself 3 times:
n * n * n
think you can put this in a function somehow?
@viscid inlet Has your question been resolved? If so, type !solved :)