Q&A Discussies
code
2 Stemmen
3 AntwoordenWhat codes are appropriate to post?
18 Stemmen
2 AntwoordenWhat 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 Stemmen
2 AntwoordenSololearn code !
1 Stem
12 AntwoordenWhat does void do?
1 Stem
9 AntwoordenJAVA
1 Stem
1 AntwoordCreating your own job.
2 Stemmen
1 AntwoordPopulair vandaag
Decorators in python.
2 Votes
Need help
1 Votes
Pointers in c#
1 Votes
How to install Bcrypt here
1 Votes
Please click me
0 Votes
Hello !
0 Votes
Help
1 Votes