29.1k views
2 votes
The void keyword is used to declare that a method does not return any value True False

User Deano
by
7.6k points

1 Answer

3 votes

Answer:

True

Step-by-step explanation:

A void has not value therefore a void function can't return an integer or any other type cause it returns nothing.

User Guig
by
7.9k points