Answer :
The void function is depicted as given below. See the definition of a void function.
What is a void function?
Void functions are constructed and used in the same way as value-returning functions, except that they do not return a value once the function executes. In place of a data type, void functions utilize the term "void."
A void function executes a task and then returns control to the caller, but it does not return a value.
See the attached for the full solution.
Learn more about void functions at;
https://brainly.com/question/19539019
#SPJ1