Creating a primitive

Report a typo

Create a variable of the primitive type, integer value. Assign the JDK 1.0 release year as a value to the variable. Print the variable to the console.

Write a program in Java 17
public class Main {
public static void main(String[] args) {
// put your code here
}
}
___

Create a free account to access the full topic