Answer to Question #346138 in C++ for Josh

Question #346138

Find the errors

int sum(int x, int y)

{

int result; result = x + y;

}


1
Expert's answer
2022-05-30T08:17:10-0400

missing line

	return result;

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
New on Blog
APPROVED BY CLIENTS