Java Syntax Basics: Variables, Identifiers, and Structure

Primitive Types and Literals in Java

1/16

What is the result of the code:

double d1 = 67,876;
System.out.print(d1);
Comments