variables and operators: calculating change and display resultsThere's no reason to include <iomanip>, you aren't using it. You also aren't using two of your strin...
doubleArray question[code]Point *newArr = doubleArray(arr,6);[/code] arr only has 3 items in it, not 6. Also, your Poin...
doubleArray questionCan you post all of your current code?
doubleArray questionIf you didn't change the variable names, it may be reading this [code]this->x = x;[/code] as this [c...
doubleArray question[code]cout << arr[i].x << ' ' << arr[i].y << '\n';[/code] You could add commas and parentheses too i...