package maxminjava;
import java.util.Scanner;

public static void main(String[] args) {
// TODO code application logic here
Scanner input=new Scanner(System.in);
int numbers;
for(int counter=0;counter<=10 ; counter++)
System.out.println("enter numbers:");
numbers=input.nextInt();
numbers=input.nextInt();
numbers=input.nextInt();
numbers=input.nextInt();
numbers=input.nextInt();
numbers=input.nextInt();
numbers=input.nextInt();
numbers=input.nextInt();
numbers=input.nextInt();
numbers=input.nextInt();
البته می دونم این برنامه اولشم خیلی ابتدایی ولی هیچ راه حلی به ذهنم نمی رسه لطفا کمکم کنید
merci