Computer Science, asked by rachana50, 10 months ago

int Sum (x, y); Debug the
error and rewrite it​

Answers

Answered by gurukulamdivya
5

Answer:

int sum, x, y;

this is the declaration statement where we declare variables to be used in program.

Answered by AstroAlpha178
5

Answer:

public int sum (int x, int y)

Explanation:

Mark me for the brainliest answer

Similar questions