content
content
Last edited on
I just need help figuring out if I wrote the value returning function and the pass by reference functions correctly. |
You have a function returning a value, it looks okay. However the other function doesn't look like it meets the spec.
the other must be a function with reference variables (pass by reference to have multiple function outputs) |
You appear to only have one reference parameter not the two or more that are required by the spec.
Where are you getting a value for the incomeTax?
Topic archived. No new replies allowed.