подскажите
package com.javarush.task.task01.task0103;
/*
Мой юный друг
*/
public class Solution {
public static void main(String[] args) {
//напишите тут ваш код
int now = 3126;
int years = 8;
int year of birth = now - years ;
System.out.println("year of birth");
}
}