0
Why?..?
Help with Java task https://code.sololearn.com/cP7jWFsrmbnU/?ref=app
6 Answers
+ 1
What is the problem? Please, be more descriptive in the problem
0
import java.util.ArrayList;
import java.util.Scanner;
public class Main {
public static void main(String[ ] args) {
Scanner scanner = new Scanner(System.in);
ArrayList<Integer> evennums = new ArrayList<Integer>();
while(evennums.size()<3){
int num = scanner.nextInt();
//Π²Π²Π΅Π΄ΠΈΡΠ΅ ΠΊΠΎΠ΄ ΡΡΠ΄Π°
}
//Π²ΡΡΠΈΡΠ»ΠΈΡΠ΅ ΠΈ Π²ΡΠ²Π΅Π΄ΠΈΡΠ΅ Π² ΡΠ΅Π·ΡΠ»ΡΡΠ°Ρ ΡΡΠ΅Π΄Π½Π΅Π΅ Π²ΡΠ΅Ρ
Π·Π½Π°ΡΠ΅Π½ΠΈΠΉ ΡΠ΅Π»ΡΡ
ΡΠΈΡΠ΅Π»
}
}
0
How to do it?
0
Can you describe the problem in english ?
0
how did you make this practice 60.2?
0
Throw off please