int x = a+b;
์ด๊ฑธ ์˜ˆ์‹œ๋กœ ์บก์Аํ™” ํ•˜๋ฉด

int Plus(int a, int b)
ย ย ย  return int x = a+b;

int x = Plus(a,b);