Scanner scan = new Scanner(System.in);
Scanner scan = new Scanner(System.
in
);
System.out.println("eyad");
System.
out
.println("eyad");
S character is always caprital in these syntences
double[] x = new double [3];
double here is small
x [1] = scan.nextDouble();
double here is capital
Last changeda day ago