study guides for every class
that actually explain what's on your next test
Add(int x, int y)
from class:
AP Computer Science A
Definition
The method signature `add(int x, int y)` defines a method named `add`, which accepts two integer parameters `x` and `y`. The method adds the values of `x` and `y` together and returns an integer result.
"Add(int x, int y)" also found in:
© 2025 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.