Given a variable number, add the int type and assign the value 123456 to it. Do not forget ; at the end of the statement.
Types and variables
Fill the declaration
Report a typo
Write a program in Java 17
public class Main {
public static void main(String[] args) {
number // Change this line
System.out.println(number);
}
}
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.