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
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 ✨✨✨
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