Computer Science, asked by Hifza245679, 4 months ago

Answer it correctly!!!!!!​

Attachments:

Answers

Answered by Anonymous
22

Function, office, duty, province mean the acts or operations expected of a person or thing. function implies a definite end or purpose or a particular kind of work.

Hope it helps.....

Answered by Rohith11111
0

Answer:

functions:

functions are used to make a process easier in any programming language so that we can just use that function instead of writing the whole code.

Explanation:

structure of function:

function (args a,b){

var a;

var b;

return a+b; **

}

it is called as

function (1,2);

then it will return 3

** it is just an example and it won't work as a actual program

Similar questions