Untitled

 avatar
unknown
plain_text
6 months ago
324 B
5
Indexable
// 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();
    }
}
Editor is loading...
Leave a Comment