Computer Science, asked by nagapradyush, 7 months ago

Write the function header with parameters (input) and the return data type, statements in the function body and the return statement for an ECG machineWrite the function header with parameters (input) and the return data type, statements in the function body and the return statement for an ECG machine

Answers

Answered by BRAINLYBOOSTER12
0

i already told u. once again i am telling u.

Statements in the function body are full of arguments in the following syntax :

args stat1 = fn. (system.in);

args stat2 = pn. (system.in);

the last argument ends with (system.out);

That is why, return statement for this kind of function header is impossible to obtain... Amd without function header facility, parameters cannot be given. So, the return data type will be NIL.

Similar questions