Question: 2 . 1 0 Examine the following program. / / This program uses variables and literals. public class BigLittle { public static void main (

2.10 Examine the following program.
// This program uses variables and literals. public class BigLittle { public static void main(String[] args){
int li.ttle;
int big;
little =2;
big =2000;
System.out.println("The little number is "+ little);
System. out. println("The big number is "+ big);
}
}
List the variables and literals found in the program.
 2.10 Examine the following program. // This program uses variables and

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!