Computer Science, asked by krazykrotux75, 8 months ago

Write a java program based on- Input through Parameters.

Answers

Answered by ramshankar8693
0

Answer:

There are different ways in which parameter data can be passed into and out of methods and functions. Let us assume that a function B() is called from another function A(). In this case A is called the “caller function” and B is called the “called function or callee function”. Also, the arguments which A sends to B are called actual arguments and the parameters of B are called formal arguments.

Similar questions