Dyskusje Q&A
code
2 głosów
3 odpowiedziWhat is the output and why?
public static int[] make (int n){
int[]a=new int [n];
a [i]=i+1;
}
return a;
}
public static void dub (int []jub){
for (intent i=0;i <jub.length;i++){
jub*=2;
}
}
public static int mus (int []zoo){
int jus=0;
for (int i=0;i <zoo.length;i++){
jus+=zoo [i];
}
return jus;
}
public static void main (String [] args){
int [] bob =make(5);
dub (bob);
System.out.println (mus (bob));
}
0 głosów
2 odpowiedziSololearn code !
1 Głos
12 odpowiedziWhat does void do?
1 Głos
9 odpowiedziJAVA
1 Głos
1 OdpowiedźCreating your own job.
2 głosów
1 OdpowiedźPopularne dzisiaj
Ejercicio Pytho
0 Votes
What is that z for
0 Votes
Please rate my code from 1 to 10
2 Votes
Suggestions needed
4 Votes
Square Roots
0 Votes
Uuu
1 Votes