Fill the declaration

Report a typo

Given a variable number, add the int type and assign the value 123456 to it. Do not forget ; at the end of the statement.

Write a program in Java 17
public class Main {
public static void main(String[] args) {

number // Change this line

System.out.println(number);
}
}
___

Create a free account to access the full topic