class Program 01 { public static void main(String[] args) { int a = 3; int b = 8; int c = a * b System.out.println("Eredmeny" + c); } }