What is the return type of a method that does not return a value?

A. null
B. void
C. 0(zero)
D. int

1 answer

void

read your manual much?
Similar Questions
    1. answers icon 0 answers
  1. Consider the following code.public static int recur3(int n) { if (n == 0) return 0; if (n == 1) return 1; if (n == 2) return 2;
    1. answers icon 2 answers
    1. answers icon 0 answers
  2. What did Jesus tell the disciples to do after he ascended to heaven?return to Samaria and dig a new well return to Capernaum and
    1. answers icon 1 answer
more similar questions