Question: You are writing a method that is declared not to return a value. Which two are permitted in the method body? a. Omission of the
You are writing a method that is declared not to return a value. Which two are permitted in the method body?
a. Omission of the return statement
b. return null
c. return void;
d. return;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
