View difference between Paste ID: wy5xbf6C and gsCesJ6M
SHOW: | | - or go back to the newest paste.
1
import java.util.Scanner;
2
public class Main{
3
	    public static void main(String[] args) {
4
        Scanner scan = new Scanner(System.in);
5
       
6
        System.out.println("please enter 3 nagadim");
7
        int r1=scan.nextInt();
8
        int r2=scan.nextInt();
9
        int r3=scan.nextInt();
10
    }
11
}