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
8.1k 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
8.5k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.