Computer Science, asked by Bhagya5557, 7 months ago

name the method which does not return the value in java​

Answers

Answered by kiran3443
2

Explanation:

the void keyword is the method which doesnt return the value in java.

Answered by minhail
0

Answer:

your answer

The void keyword allows us to create methods which do not return a value. ... This method is a void method, which does not return any value. Call to a void method must be a statement i.e. methodRankPoints(255.7);. It is a Java statement which ends with a semicolon

.....

hope its help u

Similar questions