Posts by Rodrigo Souza • 23 points
1 post
-
2
votes2
answers198
viewsQ: Pointer changes the value within function in C++
I have the task of creating four functions that do multiplication, division, sum and subtraction between two numbers given by the user. The operation to be performed must be chosen through the * / -…