public class Solution { public static void main(String[] args) { int x = 3126; int y= 8; int z=x-y; System.out.println("my friend's birth year" +z); } } Unable to find the logic