ohnoitsabby71961 ohnoitsabby71961 03-01-2024 Computers and Technology contestada What is k after the following block executes? { int k = 2; nPrint(A message, k); } System.out.println(k); A. 0B. 1C. 2D. k is not defined outside the block. So, the program has a compile error