Skip to content

Corrected wording from 'parameter' to 'argument'#486

Open
R-pradeep2005 wants to merge 1 commit into
rage:masterfrom
R-pradeep2005:patch-1
Open

Corrected wording from 'parameter' to 'argument'#486
R-pradeep2005 wants to merge 1 commit into
rage:masterfrom
R-pradeep2005:patch-1

Conversation

@R-pradeep2005

Copy link
Copy Markdown

Description

Updated the documentation to use the correct Java terminology.

Changes Made

  • Replaced the term "parameter" with "argument" in the exercise instructions.
  • This aligns the documentation with standard Java terminology, where values passed to a method call are called arguments, while parameters are the variables defined in the method signature.

Reason

The previous wording could be confusing for learners because it referred to the value passed to System.out.println(...) as a parameter. Using the term argument makes the explanation more accurate and educational.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant