Question 1
You may have a return statement in a void method.
◦ true
◦ false
Question 2
Which of the following is not an advantage of using methods?
◦ Using methods makes reusing code easier.
◦ Using methods makes programs easier to read.
◦ Using methods hides detailed implementation from the clients.
◦ Using methods makes programs run faster.