public class TestProgram { public static void main(String[] args) { Annonse a1 = new Annonse("Selger IN1010 pensumbok"); a1.giBud("Ahmed", 100_000); a1.skrivAnnonse(); } }