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
Find the output of the following program and explain it to me public class Solution{ public static void main(String[] args)
class Solution{ public static void main(String[] args)
{
short x = 10;
x = x * 5;
System.out.print(x);
}
compilation error
Zuletzt geändertvor 8 Tagen