Untitled

mail@pastecode.io avatar
unknown
plain_text
a month ago
324 B
3
Indexable
Never
// click the <icon src="AllIcons.Actions.Execute"/> icon in the gutter.
public class Main {
    public static void main(String[] args) {

        covek c = new covek ();
        System.out.println(c);
        System.out.println("Moje ime je "+c.ime ". " + "Moje ime je " +c.prezime);
        c.pozdraviSe();
    }
}
Leave a Comment