SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start


From course:

4IT101 - ZT

» Start this Course
(Practice similar questions for free)
Question:

V metodě deklaruji lokální pole typu int a naplním ho pomocí následujícího cyklu. Jaké hodnoty budou v poli? int [ ] pole = new int[10]; for (int i = 0; i< pole.length; i++) { pole [i] = i+1;}

Author: Karel Marčík



Answer:

1 2 3 4 5 6 7 8 9 10


0 / 5  (0 ratings)

1 answer(s) in total