12.07.2015 Views

Java za mlade programere (1) - Tutoriali.org

Java za mlade programere (1) - Tutoriali.org

Java za mlade programere (1) - Tutoriali.org

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Upišite neki kôd da biste dobili korisnikovu starosnu do bidodajte dva para <strong>za</strong>grada:int ageUser;ageUser = Typeit.inInt("What is your age?");System.out.println("You typed " + ageUser);Završeni kôd u JCreatoru bi trebalo da ima sledeći oblik:/** Input Project* <strong>Java</strong> for Kids*/public class InputTest{public static void main(String[] args){int ageUser;ageUser = Typeit.inInt("What is your age?");}}

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!