Answer to Question #13637 in C++ for Chad Dylan Cooper

Question #13637
Write the definition of the member function func so that x is set to 5 and y is set to 50.5.
1
Expert's answer
2012-08-30T09:37:25-0400
class xy{
void func(float x, float y){
x = 5;
y = 50.5;
}
};

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS