I got verification/passed using the below, but why? How? I just guessed. And what does this do? A=15; public class Solution { public static int A = 5; public int B = 2; public int C = A * B; public static void main(String[] args) { A = 15; } }