Computer Science, asked by hafsaalvia360, 7 months ago

Fuction delcaration ends with

Answers

Answered by riyajaints20105
4

Answer:

Function Declaration

A function has two parts: the specification and the body. The specification (spec for short) begins with the keyword FUNCTION and ends with the RETURN clause, ...

Answered by prajwal1st
0

Answer:

Functions that take no parameters are written without parentheses. The function body begins with the keyword IS (or AS ) and ends with the keyword END followed by an optional function name. The function body has three parts: an optional declarative part, an executable part, and an optional exception-handling part.

Explanation:

Mark me as brainliest answer

Similar questions