Dyskusje Q&A
What 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 odpowiedziwhat is Pow method?
0 głosów
3 odpowiedziredo
1 Głos
2 odpowiedziWhat is method area exactly?
0 głosów
5 odpowiedziWhat does void do?
1 Głos
9 odpowiedziPopularne dzisiaj
HTML
3 Votes
Formating in python
0 Votes
How to learn this code
1 Votes
How to grow in sololearn
0 Votes
Website
3 Votes
cell growth
0 Votes
How do you format curly braces?
1 Votes
Html tag form
1 Votes