This is probably a simple question, but I a variable "side" to be divided by the square of the variable "curNum". Currently, my code for this looks like

side = inputNum/(curNum^2);

However, this gives me the error "Invalid operands to binary ^" How can I successfully use exponents?

没有正确的解决方案

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top