public class Dz { public static void main(String[] args) { String name = "Максим"; int age = 20; System.out.print(name + ", "+ age ); } }