class Program { public static void main(String[] args) { int tall = 10; String tekst = "Hei! Tallet er: "; System.out.println(tekst + tall); } }