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 ; } pole [i] = i;

Author: Karel Marčík



Answer:

Nepřeloží se


0 / 5  (0 ratings)

1 answer(s) in total