Challenge: Declaring Variables
In this lesson, we will do a short coding exercise to test the understanding of data types and creating variables in Java
We'll cover the following...
Problem statement
-
Declare an
int
type variable, name it int_number and assign it a value of 1000. ...