Write a function prototype for function calculate which accepts a word wrd and a character chr and
returns no value.
Answers
Answered by
2
Explanation:
the function prototype or the header of the function is given below:
[public] [static] void accept (String wrd,char chr)
[] represents optional but user defined..
function prototype or header of the function:it is the very first line of function definition.....
Similar questions