Computer Science, asked by TbiaSamishta, 11 months ago

Give the function header for Function instructions that does not receive any arguments and does not return a value? (Such a function are commonly used to display instructions to a user)

Answers

Answered by nain31
0
*⃣❇❇❇ANSWER... ❇❇❇*⃣

FUNCTION HEADER...

✔ first.. acces specifer is to written like public, private... default etc.

✔then if return type then mention the data type of return value.. if not then write void

✔then write a function name without space of ur choice...


EXAMPLE :--

public void check()



✨✨✨HOPE IT HELPS ✨✨✨
Similar questions